https://m.blog.naver.com/goodjsg/220856488676

 

MySQL Daemon failed to start 에러 해결 방법

  갑자기 MySQL이 실행이 안되는 경우가 있다. 그러면 거즘 90%는 디스크 용량이 부족하기 때문에...

blog.naver.com

https://spin.atomicobject.com/mysql-failed-registration-of-innodb-as-a-storage-engine/

 

MySQL: Failed Registration of InnoDB as a Storage Engine

It happens countless times for many reasons. You attempt to start or restart your MySQL server after a small configuration change and MySQL stubbornly refuses to start.

spin.atomicobject.com

my.cnf 파일과 실제 로그파일 사이즈가 일치하지 않으면 발생하는 현상 (mysql 서버를 갑자기 껐다든지..)
-> ib_logfile 파일을 삭제해 버리면 정상작동 함

microk8s 환경에선 아래 위치에서 각 파드 로컬 파일시스템에 접근 할 수 있다.

/var/snap/microk8s/common/default-storage/

ib_logfile* 파일 삭제하고 서비스 재시작 하면 성공

+ Recent posts