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

MySQL 忘记密码

时间:2021-04-12 12:44:01      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:oca   and   password   http   str   src   upload   set   date   

1. vi /etc/my.cnf

技术图片

 

 

2.  update mysql.user set authentication_string=password(‘123456‘) where user=‘root‘ and host=‘localhost‘;

3.  FLUSH PRIVILEGES;

技术图片

 

MySQL 忘记密码

标签:oca   and   password   http   str   src   upload   set   date   

原文地址:https://www.cnblogs.com/lpc-work/p/14644153.html

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