diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 243d4f245..038e60033 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -2400,8 +2400,8 @@ def getMasterRepSlaveUserCmd(version): clist[0]['username'] + "', MASTER_PASSWORD='" + \ clist[0]['password'] + "', MASTER_AUTO_POSITION=1" + channel_name - sql += "
" - + sql += "

" + sql += "CHANGE MASTER TO MASTER_HOST='" + ip + "', MASTER_PORT=" + port + ", MASTER_USER='" + \ clist[0]['username'] + "', MASTER_PASSWORD='" + \ clist[0]['password'] + \