From 7a8c83ee905dffb64d0feb7f51bfca9e3eb16982 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 25 Sep 2022 18:54:47 +0800 Subject: [PATCH] Update index.py --- plugins/mariadb/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mariadb/index.py b/plugins/mariadb/index.py index 8885a0ef4..62112a5d7 100755 --- a/plugins/mariadb/index.py +++ b/plugins/mariadb/index.py @@ -343,6 +343,7 @@ def initMariaDbPwd(): time.sleep(5) serverdir = getServerDir() + myconf = serverdir + "/etc/my.cnf" pwd = mw.getRandomString(16) db_option = "-S " + serverdir + "/mysql.sock"