新装mysql数据库登陆不上去(账号密码正确)
Posted 铁臂阿童木
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新装mysql数据库登陆不上去(账号密码正确)相关的知识,希望对你有一定的参考价值。
- Open & Edit
/etc/my.cnf
- Add
skip-grant-tables
under[mysqld]
- Restart Mysql
- You should be able to login to mysql now using the below command
mysql -u root -p
- Run
mysql> flush privileges;
- Set new password by
ALTER USER ‘root‘@‘localhost‘ IDENTIFIED BY ‘NewPassword‘;
- Go back to /etc/my.cnf and remove/comment skip-grant-tables
- Restart Mysql
- Now you will be able to login with the new password
mysql -u root -p
以上是关于新装mysql数据库登陆不上去(账号密码正确)的主要内容,如果未能解决你的问题,请参考以下文章
求html登陆界面详细代码 要可以登陆,不用数据库保存,只要验证账号密码正确,就连接到另外一个.html的界
FTP一直登录不上去 地址 用户名 密码都是正确的 以前登陆过