From 9a0cd962566e73458f7e71f813c246528e2511c6 Mon Sep 17 00:00:00 2001 From: iProbe Date: Tue, 27 Jun 2023 08:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93/mysql/=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81=E6=93=8D?= =?UTF-8?q?=E4=BD=9C.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库/mysql/忘记密码操作.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 数据库/mysql/忘记密码操作.md diff --git a/数据库/mysql/忘记密码操作.md b/数据库/mysql/忘记密码操作.md new file mode 100644 index 0000000..0f8641e --- /dev/null +++ b/数据库/mysql/忘记密码操作.md @@ -0,0 +1,5 @@ +1.停止mysql实例 +2.通过以下命令启动 +```shell +mysql_safe --skip-grant-tables --skip-networking +```