From b5c14926df36adfb159f2f0f3b3ea05fe2a88e93 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 5 Jul 2024 11:57:19 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 7f8a49a3d..6ee09f530 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -664,6 +664,7 @@ def my8cmd(version, method): def appCMD(version, action): makeInitRsaKey(version) + mdb8 = getMdb8Ver() if mw.inArray(mdb8, version): status = my8cmd(version, action) else: