Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’


Do you got several error message like this ?

1
Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’

Or

1
[ERROR] /usr/sbin/mysqld: Incorrect key file for try to repair it

Or maybe :

1
sudo service mysql start start: Job failed to start


Try with re-install your MySQL by :

1
2
sudo apt-get remove mysql-common mysql-server
sudo apt-get install mysql-common mysql-server

Somehow, you may have same problem with me. It’s because we RUNNING OUT SPACE!
YES! It’s mean your space is full!


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.