您的位置:首页 > 产品设计 > UI/UE

you need MySQL built with 'InnoDB' to have IT working

2015-12-10 09:57 633 查看
以管理员身份运行cmd
启动:输入 net stop mysql
停止:输入 net start mysql
进入:mysql -u root -p

如果没有innoDB引擎或者报错( The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have IT working )

修改my.in,找到skip-innodb,在前面加上#,然后用上面的步骤重启

注意!!!mysql只有innodb才支持事务回滚

本文出自 “曾颐楠的播客” 博客,请务必保留此出处http://zengyinan.blog.51cto.com/9524976/1721380
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: