diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 5df44bec0..8f78dd946 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -456,7 +456,7 @@ def initMysqlPwd(): def initMysql8Pwd(): - time.sleep(10) + time.sleep(8) serverdir = getServerDir() myconf = serverdir + "/etc/my.cnf"