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

 [root@luozhonghua ~]#   /usr/bin/mysqladmin -u root password ‘aaaaaa‘
/usr/bin/mysqladmin: connect to server at ‘localhost‘ failed
error: ‘Can‘t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock‘ (2)‘
Check that mysqld is running and that the socket: ‘/var/lib/mysql/mysql.sock‘ exists!
解决:
1》/etc/rc.d/init.d/mysqld status 看看mysql是否已经启动
2》service mysqld start

error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)',布布扣,bubuko.com

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

上一篇:Oracle Linux6下安装Oracle 12c实战


下一篇:mysql数据库操作