【MySQL】The storage engine you selected is not enabled currently

原由:

原MySQL数据库存在,重新安装了最新版本MySQL。代替原来的版本。启动后的数据库全部不能使用。

新建立数据库时也提示:

The storage engine you selected is not enabled currently

进入“Table Options”看到“InnoDB ”为红色。

解决:

进入MySQL安装目录下,修改my.ini文件。

查找到“skip-innodb”

注释掉。"#skip-innodb"

重启MySQL服务即可。

 

posted on 2010-07-08 10:58  Renn.Erann  阅读(456)  评论(0编辑  收藏  举报