mysql登录错误:
mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)'
解决方法:
#> service mysqld stop #>mysqld_safe --skip-grant-tables & 输入 mysql -uroot -p 回车进入 >use mysql; > update user set password=PASSWORD("newpass")where user="root"; 更改密码为 newpassord > flush privileges; 更新权限 > quit 退出 service mysqld restart mysql -uroot -p新密码进入
二,忘记本地root的登录密码
解决过程:
1、编辑/etc/my.cnf
在[mysqld] 配置部分添加一行
skip-grant-tables
2、保存后重启mysql
[root@localhost etc]# service mysql restart Shutting down MySQL. [ OK ] Starting MySQL. [ OK ]
3、登录数据库重新设置root密码
[root@localhost ~]# mysql -u root -p mysql Enter password:
直接回车进入。
推荐:MySQL教程
神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试