Skip to content

Commit b9ae73d

Browse files
committed
Update index.py
1 parent 89eda3c commit b9ae73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mysql-community/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ def getMasterStatus(version=''):
20632063

20642064
return mw.returnJson(master_status, '设置成功', data)
20652065
except Exception as e:
2066-
return mw.returnJson(False, "数据库密码错误,在管理列表-点击【修复】!", 'pwd')
2066+
return mw.returnJson(False, "数据库密码错误,在管理列表-点击【修复】!" + str(e) , 'pwd')
20672067

20682068

20692069
def setMasterStatus(version=''):

0 commit comments

Comments
 (0)