破解Mysql密码

1、 关闭Mysql

2、进入/etc/my.cnf 添加skip-grant-tables

3、进入Mysql

4、use mysql-->update mysql.user set authentication_string=password('root_password') where user='root';修改密码(root_password')

5、退出Mysql,进入/etc/my.cnf 注释skip-grant-tables

上一篇:MySQL5.7免安装版


下一篇:mysqldump记录导出的位置