您的位置:首页 > 数据库 > MySQL

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

2009-02-24 14:43 453 查看
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

if you got this error info in linux, it it because you have not start mysql ,

you can run the following command to start mysql in the directory mysql/bin

[root@uswin2003sp1 bin]# service mysqld start
启动 MySQL: [确定]
[root@uswin2003sp1 bin]#
[root@uswin2003sp1 bin]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or /g.
Your MySQL connection id is 2 to server version: 5.0.22

Type 'help;' or '/h' for help. Type '/c' to clear the buffer.

mysql>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐