MySQL が立ち上がらない。

@/var/log/mysqld.log


Entries from the error log:
100817 17:54:58InnoDB: Warning: difficult to find free blocks from
InnoDB: the buffer pool (471 search iterations)! Consider
InnoDB: increasing the buffer pool size.
InnoDB: It is also possible that in your Unix version
InnoDB: fsync is very slow, or completely frozen inside
InnoDB: the OS kernel. Then upgrading to a newer version
InnoDB: of your operating system may help. Look at the
InnoDB: number of fsyncs in diagnostic info below.
InnoDB: Pending flushes (fsync) log: 0; buffer pool: 0
InnoDB: 134 OS file reads, 0 OS file writes, 0 OS fsyncs
InnoDB: Starting InnoDB Monitor to print further
InnoDB: diagnostics to the standard output.
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.
/etc/my.cnf の
innodb_buffer_pool_sizeのサイズを上げて解決。
うーん、でもサバ屋さん不具合が起こる前は大丈夫だったのに。。