-1

当我启动显示以下错误的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

帮我解决这个问题

4

3 回答 3

0

我用谷歌搜索并在mysql页面中发现了这个问题。它可能会帮助你。

试试这个答案: http: //forums.mysql.com/read.php?22,144428,249656#msg-249656

实际上,理查德李的下一个答案可能会有所帮助。 http://forums.mysql.com/read.php?22,144428,250105#msg-250105

于 2013-07-04T08:00:32.503 回答
0

谢谢,已经在我的银行中添加了一些更改my.cnfquery_cache_limit = 2M, query_cache_size = 64M, join_buffer_size = 4M, thread_cache_size = 80, table_cache = 264, innodb_buffer_pool_size = 2400M并停止了,我返回了唯一更改的原始文件innodb_buffer_pool_size = 2400M。给工作。

于 2015-02-09T10:57:34.673 回答
-1

我只是删除 my.ini 文件并运行 MySQLInstanceConfig 文件然后 mysql 工作正常

于 2013-07-04T19:55:32.737 回答