●MySQLが急に停止する事について質問です。
最近、しょちゅうMYSQLが急に、停止しkillして再起動しておりますが、
その度に、以下のログが記載がありますが、具体的な対策などご存知でしたらご教示下さい。
現在、./ibdata1 は、./ibdata1 と./ibdata1.bak にしております。
InnoDB: Unable to lock ./ibdata1, error: 11
InnoDB: Check that you do not already have another mysqld process
InnoDB: using the same InnoDB data or log files.
InnoDB: Shutdown completed; log sequence number 0 100570041
[Note] /usr/libexec/mysqld: Shutdown complete
mysqld ended
InnoDB: Error in opening ./ibdata1
141007 22:41:19 InnoDB: Operating system error number 11 in a file operation.
InnoDB: Error number 11 means 'Resource temporarily unavailable'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html
InnoDB: Could not open or create data files.
InnoDB: If you tried to add new data files, and it failed here,
InnoDB: you should now edit innodb_data_file_path in my.cnf back
InnoDB: to what it was, and remove the new ibdata files InnoDB created
InnoDB: in this failed attempt. InnoDB only wrote those files full of
InnoDB: zeros, but did not yet use them in any way. But be careful: do not
InnoDB: remove old data files which contain your precious data!
141007 22:41:19 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
141007 22:41:19 [ERROR] Do you already have another mysqld server running on por t: 3306 ?
141007 22:41:19 [ERROR] Aborting
141007 22:41:19 [Note] /usr/libexec/mysqld: Shutdown complete
141007 22:41:19 mysqld ended
補足
ご連絡遅くなってすいません。 どのように調べればよろしいのでしょうか?