解决The'InnoDB'feature is disabled;you need MySQL built with 'InnoDB' to have it的问题

2014-11-24 15:43:36 · 作者: · 浏览: 1

解决The'InnoDB'feature is disabled;you need MySQL built with 'InnoDB' to have it的问题
MySQL
出现如下语句:The 'InnoDB' feature is disabled;
you need MySQL built with 'InnoDB' to have it working;
是mysql配置文件禁掉了这个选项!
在mysql的安装目录中找到my.ini文件
找到skip-innodb,在前面加上#号
保存,开启my sql数据库!搞定!