From a04e05c7e8aad64c46cb43c270bc0b66e9dd7d02 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 5 Aug 2023 01:19:42 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index d9a53c47e..5df44bec0 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -456,7 +456,7 @@ def initMysqlPwd(): def initMysql8Pwd(): - time.sleep(6) + time.sleep(10) serverdir = getServerDir() myconf = serverdir + "/etc/my.cnf"