Another Mysql Daemon Already Running With The Same Unix Socket

Last modified: 
Sunday, March 29th, 2015
Topics: 
MySQLerrors

If a machine powers off without going through the full shutdown process, a reboot may find mysql unable to start because of the following error:

Another MySQL daemon already running with the same unix socket.

You can fix this by creating a new mysql socket file like so:

mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak


The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.