ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)

Posted by Charlie Epps on Stack Overflow See other posts from Stack Overflow or by Charlie Epps
Published on 2009-11-04T12:37:46Z Indexed on 2010/03/28 17:33 UTC
Read the original article Hit count: 193

Filed under:

I use the following command:

mysql -u root -h 127.0.0.1 -p

and the error message is :

ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)

Who can help me to fix it, thanks in advance.

© Stack Overflow or respective owner

Related posts about mysql