解決The'InnoDB'feature is disabled;you need MySQL built with 'InnoDB' to have it的問題
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數據庫!搞定!