From a34f025a36bac9d7ecbe97f17aa275d172c4b027 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 13 Dec 2023 23:33:25 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 2d61fb730..6935e689f 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -620,6 +620,8 @@ def my8cmd(version, method): isInited = initMysql57Data() elif version == '8.0': isInited = initMysql8Data() + elif version == '8.2': + isInited = initMysql8Data() if not isInited: