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

后端 未结 30 1777
再見小時候
再見小時候 2020-11-30 23:15

I\'m getting this error

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

even though

30条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 00:11

    this worked for me

    sudo /etc/init.d/mysql start
    

    first i tried this, but i dont understand why it doesn't work this way

    sudo service mysql start
    

提交回复
热议问题