Mysql: Another MySQL daemon already running with the same unix socket.
Apr 04, 2014 - by kurinchilamp / MySql / Post Comment
After VPS reboot, you may encounter this issue and the fix is simple. Follow these stops to prevent this error.
$ service mysqld stop
$ mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak
$ service mysqld start
Continue Reading