更改配置文件my.conf
增加一行
skip-grant
重启mysql 就可以用mysql直接登陆
use mysql
update user ser password=password(‘password’) where user=’root’;
改回my.conf 重启mysql
Posted 运维笔记
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql忘记密码相关的知识,希望对你有一定的参考价值。
更改配置文件my.conf
增加一行
skip-grant
重启mysql 就可以用mysql直接登陆
use mysql
update user ser password=password(‘password’) where user=’root’;
改回my.conf 重启mysql
以上是关于mysql忘记密码的主要内容,如果未能解决你的问题,请参考以下文章