确保MySQL密码正确但#1045无法连接
Burst的VPS半月,使用了LNMP一键安装,一直使用正常,在phpmyadmin里整理数据 库时,刷新后自动退出,再登录就提示1045错误!按照论坛方法修改root密码后,还是一直提示1045
求助! 按https://bbs.vpser.net/thread-6194-1-1.html 这个试试
也可以重启试试 按照你的方法:
1、ssh里mysql -uroot -p 用你的密码登录看能登录不
结果:不能登录,提示 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
2、使用如下方法修改密码:
wget http://soft.vpser.net/lnmp/ext/reset-mysql-root-password.phps
php reset-mysql-root-password.phps 新密码
执行上述命令后提示如下:
Stoping mysql
starting with skip grant tables
using mysql to flush privileges and reset password
Password reset succesfully. Now killing mysqld softly
sleeping
restarting the actual mysql service
ERROR! MySQL manager or server PID file could not be found!
Starting MySQL. SUCCESS!
Password successfully reset to "新密码"
重启后仍然如此!
3、http://IP/ftp 页面会有如下错误提示:
Error: MySql server not found.
MySql error : Access denied for user 'root'@'localhost' (using password: YES)
补充:重启后如下:
Stoping LNMP...
Nginx program is stop
Shutting down php_fpm . done
PHP-FPM program is stop
MySQL program is not runing!
Starting LNMP...
Nginx start successfully!
Starting php_fpmdone
PHP-FPM start successfully!
Starting MySQL SUCCESS!
MySQL start successfully!
Mysql也启动了,密码也修改成功了,但连接mysql的时候,仍然提示 #1045
[ 本帖最后由 haibor 于 2012-1-1 12:23 编辑 ]
回复 2# 的帖子
试过了,还是不行我按照
http://www.piaoyi.org/php/phpmyadmin-mysql-password.html
http://farlee.info/archives/lnmp-installation-config-linux-nginx-mysql-php-phpmyadmin-centos-vps.html
这里面的方法都试过了
回复 3# 的帖子
谢谢楼上了,按照你的方法,设置成功了回复 5# 的帖子
什么方法??如何设置的? 刚才装0.9也出现这种情况,用3楼第二个方法修改成功了。回复 1# 的帖子
我也碰到过类似的问题,可能出在你自己身上,用root用户登录安装试试,我只是说可能。
页:
[1]