ERROR 1289: The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have IT working

Navicat for MySQL 在创建表后倒入sql文件时,遇到ERROR 1289:  The  'InnoDB'  feature  is  disabled;  you  need  MySQL  built  with  'InnoDB'  to  have  IT  working 

 

解决办法:

1、在任务管理器中关闭MySQL服务

2、在Mysql安装文件夹中找到my.ini文件,在skip-innodb前面加"#",保存

3、开启MySQL服务,即可

posted @ 2016-04-30 23:08  风清扬二代目  阅读(466)  评论(0)    收藏  举报