Docs/数据库/mysql/忘记密码操作.md

5 lines
113 B
Markdown

1.停止mysql实例
2.通过以下命令启动
```shell
mysql_safe --skip-grant-tables --skip-networking
```