MySQL Forums
Forum List  »  Newbie

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Posted by: Z Nice
Date: April 11, 2009 12:45PM

I have resolved this issue. I discovered that with my xampp install, mysql.sock cannot be found at '/var/lib/mysql/' but rather at '/opt/lampp/var/mysql/'. I edited my.cnf to reflect this (replacing "socket = /var/lib/mysql/mysql.sock" with "socket = /opt/lampp/var/mysql/mysql.sock"). Now everything works as it should.
- Nick

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.