mysql 5.7.12 修改密码

Posted

tags:

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

mysql 5.7.12 修改密码

vim /etc/my.cnf

skip-grant-tables

/etc/init.d/mysqld restart

mysql 直接登陆

use mysql

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


修改完成以后注意把 skip-grant-tables 这行去掉不然一直不需要密码

以上是关于mysql 5.7.12 修改密码的主要内容,如果未能解决你的问题,请参考以下文章

Mysql修改root用户密码 For Mac

mysql 5.7.12 更改root密码

mysql 8 修改密码

mysql - 修改密码报错

mysql密码修改问题

MySQL密码怎么不能修改