#2002 - The server is not responding

Discussion in 'MySQL' started by D3Si, Jul 28, 2008.

  1. #1
    Whenever I try to access myPhpAdmin it keep showing me this error

    #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

    I have VPS. any help would be really appreciated.

    Thank you.
     
    D3Si, Jul 28, 2008 IP
  2. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #2
    Make sure that MySQL up and running on your VPS. Also check that the symlink for MySQL socket is created in /tmp (if it is cPanel. I am not sure for other control panel).

    Kailash
     
    kailash, Jul 28, 2008 IP
    D3Si likes this.
  3. D3Si

    D3Si Peon

    Messages:
    569
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yeah i have c panel but i don't know nothing about this i m newbie at this can you please tell me in more detail thanks
     
    D3Si, Jul 28, 2008 IP
  4. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #4
    To check the symlink for mysql.sock, go to your tmp partition using cd /tmp command and check whether below symlink is created or not:

    mysql.sock -> ../../var/lib/mysql/mysql.sock=

    If it is not create then you can create it using below command:

    ln -s mysql.sock ../../var/lib/mysql/mysql.sock=

    Kailash
     
    kailash, Jul 28, 2008 IP
  5. D3Si

    D3Si Peon

    Messages:
    569
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i try that but still having problem.. :(
     
    D3Si, Jul 29, 2008 IP