1include/master-slave.inc
2Warnings:
3Note	####	Sending passwords in plain text without SSL/TLS is extremely insecure.
4Note	####	Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
5[connection master]
6STOP SLAVE;
7include/wait_for_slave_to_stop.inc
8Master_Host = '127.0.0.1' (expected '127.0.0.1')
9CHANGE MASTER TO MASTER_HOST="";
10ERROR HY000: Incorrect arguments to MASTER_HOST
11Master_Host = '127.0.0.1' (expected '127.0.0.1')
12CHANGE MASTER TO MASTER_HOST="foo";
13Master_Host = 'foo' (expected 'foo')
14CHANGE MASTER TO MASTER_HOST="127.0.0.1";
15Master_Host = '127.0.0.1' (expected '127.0.0.1')
16START SLAVE;
17include/wait_for_slave_to_start.inc
18include/rpl_end.inc
19