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"