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

MySQL5.7修改密码

时间:2018-05-05 20:37:19      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:cat   用户密码   html   div   mysq   重启   程序   ica   hang   

平时没怎么用过Mysql,今天有个小程序需要用一下,但是忘记怎么修改用户密码了,网上搜索一下,记录一下。

1 update user set authentication_string = password(root), password_expired = N, password_last_changed = now() where user = root;

重启MySQL服务后生效。

原文链接:https://www.cnblogs.com/activiti/p/7810166.html

MySQL5.7修改密码

标签:cat   用户密码   html   div   mysq   重启   程序   ica   hang   

原文地址:https://www.cnblogs.com/biaoge140/p/8995672.html

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