- 今天进行数据库文件导入的时候遇到了这样的一个问题:
- The‘InnoDB‘feature is disabled;you need MySQL built with ‘InnoDB‘ to have it working。
- 把问题往百度里一粘贴,马上就可以搜到了解决办法,而且十分快速有效。
- 以下是大牛们在网上给出的解决办法:
- =========================================
-
MySQL
出现如下语句:The ‘InnoDB‘ feature is disabled;
you need MySQL built with ‘InnoDB‘ to have it working;
是mysql配置文件禁掉了这个选项!
关闭mysql数据库 www.2cto.com
在mysql的安装目录中找到my.ini文件
找到skip-innodb,在前面加上#号
保存,开启mysql数据库!搞定!
===========================================
由于时间紧迫,还要继续赶接下来的项目,所以就姑且把这个问题记录在这里了。有时间再慢慢整理总结....
解决The'InnoDB'feature is disabled;you need MySQL built with 'InnoDB' to have it的问题
时间: 2024-11-05 12:25:48