From 915667937a40e26a96e0a0abdf3ad5782c34044f Mon Sep 17 00:00:00 2001 From: admin <605696661@qq.com> Date: Tue, 30 Jun 2026 15:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20READM.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- READM.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/READM.txt b/READM.txt index e4bc861..411749b 100644 --- a/READM.txt +++ b/READM.txt @@ -63,4 +63,6 @@ TOP10 告警:http://xxx/alert_api/index.php?act=top_alert pip3 install pymysql 依赖 +GRANT ALL ON alert_mail_stat.* TO 'root'@'10.150.10.%' IDENTIFIED BY '你的MySQL密码'; +FLUSH PRIVILEGES;