解决Navicat数据传输问题:The‘InnoDB’feature is disabled; you need MySQL built with ‘InnoDB'...

来源:互联网 发布:鳞头大鳄龟淘宝 编辑:程序博客网 时间:2024/05/22 13:38

Navicat 8 for MySQL 选择传输数据(转移数据库)时
出现如下语句:The ‘InnoDB’ feature is disabled; you need MySQL built with ‘InnoDB’ to have it working;
原因是mysql的配置文件禁掉了这个选项!

解决方案:

关闭mysql数据库
在mysql的安装目录中找到my.ini文件
找到skip-innodb,在前面加上#号
保存,开启mysql数据库!搞定!

这也是开启Mysql数据库InnoDB功能的方法!!


原创粉丝点击