Question
Another MySQL daemon already running with the same unix socket.
Hi
my droplet just restarted by DO support with suddenly and i receive message that the mysqld not able to run with this error message “Another MySQL daemon already running with the same unix socket.”
in this situation i need to login to my server and run for this command
mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak
service mysqld start
how to put this code auto run when the server is starting? i’m using centos 6 thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×