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

mysql忘记密码(跳过权限修改)

时间:2019-01-08 15:08:46      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:update   span   ring   upd   auth   忘记密码   mysql忘记密码   code   root   

1、在vim /etc/my.cnf添加(跳过权限)

[mysqld]

skip-grant-tables

2、更改密码

注意:版本不同,字段不同(有的版本叫password字段,最新的叫 authentication_string字段),可以查看mysql.user表,然后再进行更改

update mysql.user set authentication_string=password(‘password) where user=root;

 

mysql忘记密码(跳过权限修改)

标签:update   span   ring   upd   auth   忘记密码   mysql忘记密码   code   root   

原文地址:https://www.cnblogs.com/wangyong-blog/p/10238082.html

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