From c2b8ec35614469a7f7bdfd2124a2394d906fd4e4 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 18 Jun 2022 20:37:06 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index a160209f3..69bb34fce 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -444,6 +444,7 @@ def my57cmd(version, method): mw.execShell(cmd_kill) cmd_start2 = gsDir + '/bin/mysqld_safe --defaults-file=' + gsDir + '/etc/my.cnf &' + print(cmd_start2) subprocess.Popen(cmd_start2, stdout=subprocess.PIPE, shell=True, bufsize=4096, stderr=subprocess.PIPE)