摘要: 1 解决The‘InnoDB’feature is disabled; you need MySQL built with ‘InnoDB’ to have it2009年12月29日 星期二 上午 11:15MySQL2 出现如下语句:The ‘InnoDB’ feature is disabled; you need MySQL built with ‘InnoDB’ to have it working;3 是mysql配置文件禁掉了这个选项!4 关闭mysql数据库5 在mysql的安装目录中找到my.ini文件6 找到skip-innodb,在前面加上#号7 保存,开启mysql数据 阅读全文
posted @ 2011-09-19 22:10 cha-cha 阅读(283) 评论(0) 推荐(0) 编辑