MySQL Forums
Forum List  »  Install & Repo

Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Posted by: mirko corna
Date: October 18, 2007 01:41PM

Hi everybody,
this is the solution:

killall mysqlmanager AND/OR
kill any mysql process AND/OR
kill process ID (cat /var/run/mysqld/mysqld.pid, cat /var/run/mysqld/mysqlmanager.angel.pid, cat /var/run/mysqld/mysqlmanager.pid)
no socket (/var/lib/mysql/)

/etc/init.d/mysqld start
mysql -u root -p

This solution is very good

Options: ReplyQuote


Subject
Written By
Posted
Re: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
October 18, 2007 01:41PM


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.