Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Another mysql daemon is already running with the same unix socket

    • 0
    • 1
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 493
    Comment on it

    Another mysql daemon is already running with the same unix socket

    You got the above message from server, when are trying to restart the MySql from command promt. SO, to avoid the above error and start the MySql follow the below steps -

    1 - Run the command -

      service mysqld stop

    to stop all current mysql services on server.

    2 - Now run the below command -

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

    3 - Finally start the MySql service -

     service mysqld start

    its done ...its works for me and hope so will work for you.....:)

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: