« HTML::FillInForm::ForceUTF8 | メイン | FF12注文した »

MySQLが起動せず。

さっき、サーバがKernel Panicで落ちて、再起動したらMySQLが起動しないトラブル発生。
Femoへのアクセスもできない状態になってました。大変ご迷惑をおかけしました。

MySQLはこんなエラー出てました。

060310 22:18:47  mysqld started
mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=0
read_buffer_size=258048
max_used_connections=0
max_connections=100
threads_connected=0
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 76399 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.


よくわからなかったので、入っていたMySQL(CentOSのrpm)をMySQL ABの配布するものに変更。
rpm -e、rpm -Uvh、DBD::mysqlの再インストールで復旧。
ライブラリのバージョンとかの問題があるのかなぁ。。