2013-12-21 3 views
0

mysql을 다시 시작하려고했습니다. 그러나 다시 시작하지 않았습니다. 다음은 mysql.log의 내용입니다 :MySQL이 시작되지 않았습니다

131217 17:01:09 InnoDB: Starting shutdown... 
131217 17:01:11 InnoDB: Shutdown completed; log sequence number 153229469 
131217 17:01:11 [Note] /usr/libexec/mysqld: Shutdown complete 

131217 17:01:11 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended 
131217 17:01:11 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql 
131217 17:01:11 [Note] Plugin 'FEDERATED' is disabled. 
131217 17:01:11 InnoDB: The InnoDB memory heap is disabled 
131217 17:01:11 InnoDB: Mutexes and rw_locks use GCC atomic builtins 
131217 17:01:11 InnoDB: Compressed tables use zlib 1.2.3 
131217 17:01:11 InnoDB: Using Linux native AIO 
^G/usr/libexec/mysqld: Can't create/write to file '/tmp/ibsMvrkL' (Errcode: 13) 
131217 17:01:11 InnoDB: Error: unable to create temporary file; errno: 13 
131217 17:01:11 [ERROR] Plugin 'InnoDB' init function returned error. 
131217 17:01:11 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 
131217 17:01:11 [ERROR] Unknown/unsupported storage engine: InnoDB 
131217 17:01:11 [ERROR] Aborting 

아무도 내가이 이유를 찾는데 도와 줄 수 있습니까? 사실이 시간 전에 mysql이 작동하고 있었고 정규 오류가 아닌 것 같습니다 !! 다른 정보가 있다면 알려주십시오.

고마워요

+1

주어진 특정 오류 - 매개 변수없이'df -h'와'mount'의 출력을 공유하십시오. '/ tmp' 마운트는 아마도 full이거나 마운트 된 읽기 전용입니다. –

답변

0

디스크 파티션에 문제가 있는지 확인 했습니까? 공간이 부족하거나 문제가있을 수 있습니다. 이 오류는 임시 파일 오류를 생성하여 문제가 발생했음을 분명히 보여줍니다. InnoDB가 초기화에 실패했기 때문에 Rest가 표시된다.

+0

파티션의 inode가 부족할 수도 있습니다 (충분한 여유 공간이 있지만 inode가 충분하지 않을 수 있습니다). df -ih로 확인할 수 있습니다. – shakaran

관련 문제