新装mysql数据库登陆不上去(账号密码正确)

Posted 铁臂阿童木

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新装mysql数据库登陆不上去(账号密码正确)相关的知识,希望对你有一定的参考价值。

  1. Open & Edit /etc/my.cnf
  2. Add skip-grant-tables under [mysqld]
  3. Restart Mysql
  4. You should be able to login to mysql now using the below command mysql -u root -p
  5. Run mysql> flush privileges;
  6. Set new password by ALTER USER ‘root‘@‘localhost‘ IDENTIFIED BY ‘NewPassword‘;
  7. Go back to /etc/my.cnf and remove/comment skip-grant-tables
  8. Restart Mysql
  9. Now you will be able to login with the new password mysql -u root -p

以上是关于新装mysql数据库登陆不上去(账号密码正确)的主要内容,如果未能解决你的问题,请参考以下文章

vultr服务器mysql无法登陆求解

求html登陆界面详细代码 要可以登陆,不用数据库保存,只要验证账号密码正确,就连接到另外一个.html的界

电脑管家里的路由器管家为啥老是提示密码错误,登不上去

FTP一直登录不上去 地址 用户名 密码都是正确的 以前登陆过

SQL SERVER忘记用户名和密码了,用WINDOWS帐户也登陆不上去怎么办

html语言如何实现帐号密码登陆