MySQL Forums
Forum List  »  Install & Repo

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Posted by: Ro Nin
Date: February 09, 2009 05:05AM

I had an old version of mysql.After installing the new version i got the same error.

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

There already existed a file in /tmp/mysql.sock

cd /var/lib/mysql

ln -s [path of old mysql.sock] mysql.sock . and it fixed the problem.



Edited 3 time(s). Last edit at 03/03/2009 05:58AM by Ro Nin.

Options: ReplyQuote


Subject
Written By
Posted
January 08, 2009 02:01PM
Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
February 09, 2009 05:05AM
April 15, 2009 11:56AM
October 21, 2009 06:18PM


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.