From 4e0d39904407fabcc674ed44a952204c1b5e8fcf Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sun, 25 Jan 2026 14:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Prometheus/install_mysqld_exporter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Prometheus/install_mysqld_exporter.sh b/Prometheus/install_mysqld_exporter.sh index 1abdd8f..4f4bfe1 100644 --- a/Prometheus/install_mysqld_exporter.sh +++ b/Prometheus/install_mysqld_exporter.sh @@ -82,8 +82,8 @@ After=network-online.target [Service] Type=simple -User=mysqld_exporter -Group=mysqld_exporter +User=root +Group=root ExecStart=/usr/bin/mysqld_exporter \ --config.my-cnf=/etc/mysqld_exporter/my.cnf \ --web.listen-address=0.0.0.0:9104