아마존 AWS 를 사용중입니다.
워드프레스를 올려서 사용중이었는데, 갑자기 DB에 접속할수 없다고 에러가 나더라구요.
조금전까지 잘 접속이 되었었는데.. 갑자기 그러더군요.
그 뒤에 계속 접속실패가 나면서..
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
이런 에러 메시지가 나타났습니다.
그래서 에러 로그를 찾아보니.. 아래와 같은 로그가 나옵니다.
130120 4:20:28 [ERROR] Aborting
130120 4:20:28 [Note] /usr/libexec/mysqld: Shutdown complete
130120 04:20:28 mysqld_safe mysqld from pid file /var/lib/mysql/ip-10-146-95-139.pid ended
130120 04:23:57 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
130120 4:23:57 [Note] Plugin 'FEDERATED' is disabled.
130120 4:23:57 InnoDB: The InnoDB memory heap is disabled
130120 4:23:57 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130120 4:23:57 InnoDB: Compressed tables use zlib 1.2.5
130120 4:23:57 InnoDB: Using Linux native AIO
130120 4:23:58 InnoDB: Initializing buffer pool, size = 256.0M
130120 4:23:58 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file /var/lib/mysql/ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 67108864 bytes!
130120 4:23:58 [ERROR] Plugin 'InnoDB' init function returned error.
130120 4:23:58 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
130120 4:23:58 [ERROR] Unknown/unsupported storage engine: InnoDB
130120 4:23:58 [ERROR] Aborting
대충 제 느낌으로는, InnoDB 관련된 문제 같은데 어떻게 해야 하나요?
확인해야 할 부분이 있다면 어디일지 감이 안오네요.. ㅠ |