From 2c4176de325307883e424c9ab6af9f80b710a742 Mon Sep 17 00:00:00 2001 From: dami Date: Wed, 26 Mar 2025 01:07:25 +0800 Subject: [PATCH] Update index.py --- plugins/mysql-community/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql-community/index.py b/plugins/mysql-community/index.py index a8d3c4247..bec36eb18 100755 --- a/plugins/mysql-community/index.py +++ b/plugins/mysql-community/index.py @@ -403,7 +403,7 @@ def getShowLogFile(): return tmp.groups()[0].strip() def getMdb8Ver(): - return ['8.0','8.1','8.2','8.3','8.4','9.0','9.1'] + return ['8.0','8.1','8.2','8.3','8.4','9.0','9.1',"9.2"] def pGetDbUser(): if mw.isAppleSystem():