error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' — Missing /var/run/mysqld/mysqld.sock

后端 未结 30 2228
日久生厌
日久生厌 2020-11-22 10:49

My problem started off with me not being able to log in as root any more on my mysql install. I was attempting to run mysql without passwords turned on... but whenever I

30条回答
  •  死守一世寂寞
    2020-11-22 11:21

    There is a lots of reason for this issue, but sometimes just restart the mysql server, it will fix the issue.

    sudo service mysql restart
    

提交回复
热议问题