Page 1 of 1

MySQL Error - #2002 - The server is not responding

PostPosted: 22. June 2008 19:20
by losty
Hey

When i first installed Lampp mySQL worked fine but as soon as i restarted my system and went to turn Lampp back on everything would start except mySQL.

When i go on phpmyadmin i get the error:
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)


Im relly stuck

Thank you if you can help me :)
Will

PostPosted: 09. July 2008 23:44
by alifaan
Have the same problem while ago. Here how i solve it

Open terminal and type
Code: Select all
 ps -ef | grep mysqld

Then you will be able to see the process number who using mysql, and kill that process
after you kill them write
Code: Select all
/opt/lampp/lampp startmysql


I think this will help to you.

PostPosted: 10. August 2008 09:53
by peterP
Hi alifaan,

I had a problem also, this is what saved me
http://www.fixya.com/support/t840251-my ... r_messeage

I think it might help you also,
Pit.