码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2014-07-26 05:43:47      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:style   http   文件   数据   art   re   c   问题   

今天进行数据库文件导入的时候遇到了这样的一个问题:
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的问题,布布扣,bubuko.com

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

标签:style   http   文件   数据   art   re   c   问题   

原文地址:http://www.cnblogs.com/wenyong/p/3869222.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!