2
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
5
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
7
grant replication slave on *.* to rpl@127.0.0.1 identified by 'rpl';
10
change master to master_user='rpl',master_password='rpl';
12
drop table if exists t1;
13
create table t1 (n int);
14
insert into t1 values (1);
18
drop user rpl@127.0.0.1;
26
Master_Port MASTER_MYPORT
28
Master_Log_File master-bin.000001
32
Relay_Master_Log_File master-bin.000001
38
Replicate_Ignore_Table
39
Replicate_Wild_Do_Table
40
Replicate_Wild_Ignore_Table
55
Seconds_Behind_Master NULL
56
Master_SSL_Verify_Server_Cert No