diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 1fd835e3e..8e178b2c7 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -1997,7 +1997,7 @@ def initSlaveStatus(version=''): local_mode = recognizeDbMode() if local_mode != cmd_data['data']['mode']: - return mw.returnJson(False, '主【{}】从【{}】,不一致!'.format(cmd_data['data']['mode'], local_mode)) + return mw.returnJson(False, '主【{}】从【{}】,运行模式不一致!'.format(cmd_data['data']['mode'], local_mode)) u = cmd_data['data']['info'] ps = u['username'] + "|" + u['password']