添加 '数据库/mysql/忘记密码操作.md'

This commit is contained in:
iProbe 2023-06-27 08:36:54 +08:00
parent eb649f5856
commit 9a0cd96256

View file

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