Skip to content

Commit

Permalink
Update sql_mysql.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Dec 17, 2024
1 parent eb373af commit f6786b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/data_query/sql_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def getServerList(self):

local_mysql_yum = "{}/mysql-community/etc/my.cnf".format(mw.getServerDir())
if os.path.exists(local_mysql_yum):
data.append({'name':'本地服务器[community]', 'val':'mysql-community'})
data.append({'name':'本地服务器[Tar]', 'val':'mysql-community'})
return mw.returnData(True, 'ok', data)

@singleton
Expand Down

0 comments on commit f6786b3

Please sign in to comment.