From f7e188ddacb63da17f995dbb31036d5cd1a5644c Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sun, 25 Jan 2026 14:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E8=A7=A3=E5=8E=8B=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 98abbdc..abaf75c 100644 --- a/Prometheus/install_mysqld_exporter.sh +++ b/Prometheus/install_mysqld_exporter.sh @@ -55,7 +55,7 @@ tar -zxvf /tmp/mysqld_exporter-0.18.0.linux-amd64.tar.gz -C /tmp # Copy to /node_exporter echo "Copying Node Exporter to /node_exporter..." -sudo cp -r /tmp/mysqld_exporter-0.18.0.linux-amd64.tar.gz/mysqld_exporter /usr/bin/mysqld_exporter +sudo cp -r /tmp/mysqld_exporter-0.18.0.linux-amd64/mysqld_exporter /usr/bin/mysqld_exporter # Create mysqld_exporter config sudo tee "/etc/mysqld_exporter/my.cnf" > /dev/null <