Another MySQL daemon already running with the same unix socket.

After upgrading to CentOS 5.6 MySQL deamon on my server didn't want to start complaining about Another MySQL daemon already running with the same unix socket. Firing up service mysqld restart didn't help. So I had to


root@ns1:/root#
rm -rf /var/lib/mysql/mysql.sock
root@ns1:/root#
service mysqld restart
Stopping mysqld: [ OK ]
Starting mysqld: [ OK ]
root@ns1:/root#

Tags:

Comments

thanku so much ..it helped a lot

Thanks!

Thanks a lot it works

goood one ;)

thanks

thank man you the boss for this help

Great!!!!!!!!!!!!

Thank you so much!!!!!!!!

after entering : service mysqld restart
I shows
Stopping mysqld: [ OK ]
Starting mysqld: [ Failed ]
Another MySQL daemon already running with the same unix socket.

Good Shot

thank you

obrigado cara

thank you ! it helped!

Another try that works
/etc/init.d/mysqld stop
mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak
/etc/init.d/mysqld start

Great now works!

Thanks a lot it worked well
#Uganda

Add new comment

Filtered HTML

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.