From 0406b0d630d867aac8538f51bd8c9a137340f387 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sun, 25 Jan 2026 14:23: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?=E6=96=87=E4=BB=B6=E6=89=A7=E8=A1=8C=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Prometheus/install_mysqld_exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prometheus/install_mysqld_exporter.sh b/Prometheus/install_mysqld_exporter.sh index abaf75c..1abdd8f 100644 --- a/Prometheus/install_mysqld_exporter.sh +++ b/Prometheus/install_mysqld_exporter.sh @@ -84,7 +84,7 @@ After=network-online.target Type=simple User=mysqld_exporter Group=mysqld_exporter -ExecStart=/usr/local/bin/mysqld_exporter \ +ExecStart=/usr/bin/mysqld_exporter \ --config.my-cnf=/etc/mysqld_exporter/my.cnf \ --web.listen-address=0.0.0.0:9104 Restart=always