在上一篇中最後提到只要將本機參數(my.ini)修改為適用InnoDB即可,
但修改完後,
啟動MySQL服務時出現下列錯誤訊息(可以到儲存MySQL資料庫的資料夾內,找副檔名為err的檔案)
101003 18:37:27 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: Error: log file .\ib_logfile0 is of different size 0 40894464 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
101003 18:37:27 [ERROR] Plugin 'InnoDB' init function returned error.
101003 18:37:27 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
101003 18:37:27 [ERROR] Unknown/unsupported table type: InnoDB
101003 18:37:27 [ERROR] Aborting
這個問題比較簡單,
只要刪除儲存MySQL資料庫的資料夾下的ib_logfile0和ib_logfile1兩個即可。
ib_logfile0和ib_logfile1的用處這看這裡。
全站熱搜
留言列表