From 89fd7165d6977080ce846daee3b0bfb0394e4403 Mon Sep 17 00:00:00 2001 From: ghb <3779166520@qq.com> Date: Tue, 23 Jul 2024 10:57:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.conf b/example.conf index 38b86b1..01b7b55 100644 --- a/example.conf +++ b/example.conf @@ -50,5 +50,5 @@ wsrep_node_name="node_192_168_100_130" wsrep_node_address="192.168.100.130" wsrep_sst_method=rsync wsrep_sst_auth=root:yanei!23 -wsrep_notify_cmd="/var/lib/mysql/notify.py" +wsrep_notify_cmd="/usr/bin/python3 /var/lib/mysql/notify.py"