MySQL5.7修改密码

Posted BiaoGe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL5.7修改密码相关的知识,希望对你有一定的参考价值。

平时没怎么用过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修改密码的主要内容,如果未能解决你的问题,请参考以下文章

MySQL5.7修改默认密码随机密码

mysql5.7修改密码

Mysql5.7忘记root密码及mysql5.7修改root密码的方法

Mysql5.7忘记root密码及mysql5.7修改root密码的方法

mysql5.7.22版本修改root密码

mysql5.7忘记密码时,修改root密码