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

时间:2022-09-21 09:14:21

刚刚在执行一个备份sql语句的时候出现如下语句:The 'InnoDB' feature is disabled;you need MySQL built with 'InnoDB' to have it working;

这是由于mysql配置文件禁掉了这个选项!

解决办法:

关闭mysql数据库 

在mysql的安装目录中找到my.ini文件

找到skip-innodb,在前面加上#号

保存,开启mysql数据库!搞定!


原文链接:http://www.shangxueba.com/jingyan/1646663.html