当前位置:Gxlcms > 数据库问题 > 【异常】ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock

【异常】ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock

时间:2021-07-01 10:21:17 帮助过:15人阅读

2002 (HY000): Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ (2)

那可能是因为你当前服务的mysql服务没有启动起来,试着重启服务后再试一试可能就好了;
或着:find / -name mysql.sock若找到文件,做一个软连接到/tmp目录下也可以

 

正确解:请通过下面的方式连接mysql,使用的使tcp/ip协议。而上面是通过一个Unix域套接字文件进行,一般是/tmp/mysql.sock。如果套接字文件被删除了,本地客户就不能连接。

mysql -uroot -h 127.0.0.1 -p

 

【异常】ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock

标签:through   unix域套接字   soc   pass   mysql   name   ror   col   连接mysql   

人气教程排行