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"