MySQL Forums
Forum List  »  Install & Repo

ERROR 2003 (HY000): Can't connect to MySQL server on 'abcd' (111)
Posted by: bodri bodri
Date: November 12, 2009 07:57AM

In reply to

http://forums.mysql.com/read.php?11,6916,184947#msg-184947

becuase it has been closed:

I also got this error with (111) at the end from some machines, but from other it wors (strange) :

$ mysql -h abcd -u root -proot
ERROR 2003 (HY000): Can't connect to MySQL server on 'abcd' (111)

Strange that if I explicitely specify the port number it connects successfully:

$ mysql -h abcd --port 3306 -u root -proot


So, does anyone knows what could be the reson for this?

Options: ReplyQuote


Subject
Written By
Posted
ERROR 2003 (HY000): Can't connect to MySQL server on 'abcd' (111)
November 12, 2009 07:57AM


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.