码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2017-03-23 20:55:51      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:grant   ges   密码   man   tar   sql数据库   str   use   move   

  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数据库登陆不上去(账号密码正确)

标签:grant   ges   密码   man   tar   sql数据库   str   use   move   

原文地址:http://www.cnblogs.com/kedarui/p/6606628.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!