Mysql fails to start after server crash
To start the MySQL service, you can remove
'/var/lib/mysql/mysql.sock'
and start the MySQL service again:
Remove the socket file:
[root@server ~]# rm /var/lib/mysql/mysql.sock rm: remove socket `/var/lib/mysql/mysql.sock'? yes
Start the MySQL service:
[root@server~]# service mysqld start