Saturday, May 26, 2012

MySQL server socket

This error is pretty common:
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
The solution is fairly simple, though. In the terminal type the follwing:
service mysqld restart

No comments:

Post a Comment