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;
9
change master to master_port=SLAVE_PORT;
11
*** must be having the replicate-same-server-id IO thread error ***
16
Master_Port SLAVE_PORT
20
Relay_Log_File slave-relay-bin.000001
28
Replicate_Ignore_Table #
29
Replicate_Wild_Do_Table
30
Replicate_Wild_Ignore_Table #
45
Seconds_Behind_Master NULL
46
Master_SSL_Verify_Server_Cert No
48
Last_IO_Error Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but this does not always make sense; please check the manual before using it).