16 Dec 2009

mysql mysqld crashed

mysql 96 Comments

bash commands to restart crashed mysql server

killall -9 safe_mysqld mysqld

and:

/etc/init.d/mysqld restart.

If you still get that error execute:

netstat -lp

Comments are closed.