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():