From fd4275c3a54bbf81e5508b05e93e167c11931271 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Wed, 22 Oct 2025 18:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ code/db/操作.txt | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 code/db/操作.txt diff --git a/README.md b/README.md index 77046f1..83953eb 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ 产险厦门分公司规章制度管理工具。 +# 密码 +## mysql +root@localhost ^QaKwfmo#HNy&0D7 \ No newline at end of file diff --git a/code/db/操作.txt b/code/db/操作.txt new file mode 100644 index 0000000..61774a3 --- /dev/null +++ b/code/db/操作.txt @@ -0,0 +1,4 @@ +alter user 'root'@localhost identified by '^QaKwfmo#HNy&0D7'; +create user 'zhiduguanli'@'%' identified by 'Kane@1981'; +regulatory_management.* +grant all privileges on regulatory_management.* to 'zhiduguanli'@'%'; \ No newline at end of file