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

时间:2014-07-15 12:54:54   收藏:0   阅读:258
 [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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!