无法使用数据库Can't connect to local MySQL server through socket

1、shell面板登陆mysql出现这个问题

2、Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

3、出现这个问题首先使用安全模式登陆用这个命令进入安全模式mysqld_safe --skip-grant-tables &

4、新打开一个shell窗口,mysql -uroot -p,回车不输入密码,可以进入数据库。

5、输入use mysql 回车,输入update user set password=password("XXXXX") where user="root";回车

6、flush privileges;刷新

7、exit 退出。重启mysql的服务即可。

想实现财务自由吗?请点击→:www.51qimoqi.cn

你可能感兴趣的:(无法使用数据库Can't connect to local MySQL server through socket)