MySql Error will not let me connect to DB
(HY000/2002): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock
Does anyone know of a solution to th开发者_如何学Gois problem?
Maybe this will help.
Are you sure mysqld is running and listening on port 3306? netstat -a
should tell you quickly.
This may help.
http://www.tech-recipes.com/rx/762/solve-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock/
精彩评论