본문 바로가기
MySql

MySQL mysql이 내 localhost에서 서비스를 시작할 수 없습니다.

by 베이스 공부 2020. 12. 28.
반응형

다음 오류를 표시하는 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

이 문제를 해결하도록 도와주세요

 

해결 방법

 

나는 mysql 페이지 에서이 문제를 검색하고 발견했습니다. 도움이 될 수 있습니다.


실제로 Richard Lee의 다음 답변이 더 도움이 될 수 있습니다.


 

참조 페이지 https://stackoverflow.com/questions/17464507

 

 

반응형

댓글