当我启动显示以下错误的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
帮我解决此问题
答案 0 :(得分:0)
我用Google搜索并在mysql页面中发现了这个问题。它可能对你有帮助。
尝试以下答案:http://forums.mysql.com/read.php?22,144428,249656#msg-249656
实际上Richard Lee的下一个答案可能会有所帮助。 http://forums.mysql.com/read.php?22,144428,250105#msg-250105
答案 1 :(得分:0)
谢谢你,我在my.cnf
添加了query_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
。给工作。
答案 2 :(得分:-1)
我只是删除my.ini文件并运行MySQLInstanceConfig文件然后mysql工作正常