當我啓動顯示以下錯誤的mysql服務。mysql無法在我的本地主機啓動服務
"Could not start the MySql service on local Computer
Error 1067: The process terminited unexpectedly"
當我檢查錯誤日誌它顯示了波紋管的錯誤
130704 12:58:44 [Note] Plugin 'FEDERATED' is disabled.
130704 12:58:44 InnoDB: Initializing buffer pool, size = 47.0M
130704 12:58:44 InnoDB: Completed initialization of buffer pool InnoDB: Error: log file .\ib_logfile0 is of different size 0 25165824 bytes InnoDB: than specified in the .cnf file 0 20971520 bytes!
130704 12:58:44 [ERROR] Plugin 'InnoDB' init function returned error.
130704 12:58:44 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130704 12:58:44 [ERROR] Unknown/unsupported table type: INNODB
130704 12:58:44 [ERROR] Aborting
130704 12:58:44 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: Shutdown complete
幫助我解決這個問題
我只是刪除my.ini文件並運行MySQLInstanceConfig文件,然後mysql工作正常 –