我是LAMP管理的新手。我已经尝试了几次安装mysql。目前,我在我的CentOS 5.5桌面上安装了MySQL 5.0。经过几次更改MySQL版本后,我仍然遇到错误。
我总是坚持这两个错误:
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Access denied for user 'root'@'localhost' (using password: NO)
每当我设法解决任何一个问题时,都会发生另外一个错误。
以下是我的链接参考: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
http://www.webhostingtalk.com/showthread.php?t=875255
我也尝试重置root密码。
每当我通过以下方式登录mysql时:
mysqld_safe --skip-grant-tables &,
我将永远以:
Query OK, 0 rows affected (0.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0
有人可以帮我解决这个问题吗?
答案 0 :(得分:0)
确保您已启动mysql服务器
service mysqld start
以root权限