From 20c2c9d8bd77ddac850074228b9d2f5eaa648f67 Mon Sep 17 00:00:00 2001 From: wwya Date: Mon, 23 Mar 2026 10:08:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20docker-compose/prometheus/?= =?UTF-8?q?mysql-exporter/my.cnf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose/prometheus/mysql-exporter/my.cnf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docker-compose/prometheus/mysql-exporter/my.cnf diff --git a/docker-compose/prometheus/mysql-exporter/my.cnf b/docker-compose/prometheus/mysql-exporter/my.cnf new file mode 100644 index 0000000..6723ded --- /dev/null +++ b/docker-compose/prometheus/mysql-exporter/my.cnf @@ -0,0 +1,6 @@ +[client] +user=root +password=123456 +host=192.168.1.2 +port=3306 +default-character-set=utf8mb4 \ No newline at end of file