Can't connect to local MySQL server through socket '/var/run/mysqldmysqld.sock

Posted by user32328 on Super User See other posts from Super User or by user32328
Published on 2010-03-25T19:16:21Z Indexed on 2010/03/27 1:13 UTC
Read the original article Hit count: 378

Filed under:
|

I have a PHP script which seems to have frozen MySQL. When I restarted my machine (Debian Linux) the MySQL database reported as full and now, when I want to run MySQL, there is the following error:

ERROR 2002 (HY000):
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

How do I fix this?

© Super User or respective owner

Related posts about mysql

Related posts about linux