rpl_ipv6.result 5.34 KB
Newer Older
1
#################### IP: ::1 ###########################
2 3
connect (master,::1,root,,test,MASTER_MYPORT);
connect (slave,::1,root,,test,SLAVE_MYPORT);
4 5 6 7 8 9 10 11
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='::1';
12
Master-Host: ::1
13 14 15 16
disconnect slave;
disconnect master;
connection default;
#################### IP: 0000:0000:0000:0000:0000:0000:0000:0001 ###########################
17 18
connect (master,0000:0000:0000:0000:0000:0000:0000:0001,root,,test,MASTER_MYPORT);
connect (slave,0000:0000:0000:0000:0000:0000:0000:0001,root,,test,SLAVE_MYPORT);
19 20 21 22 23 24 25 26
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='0000:0000:0000:0000:0000:0000:0000:0001';
27
Master-Host: 0000:0000:0000:0000:0000:0000:0000:0001
28 29 30 31
disconnect slave;
disconnect master;
connection default;
#################### IP: 0:0:0:0:0:0:0:1 ###########################
32 33
connect (master,0:0:0:0:0:0:0:1,root,,test,MASTER_MYPORT);
connect (slave,0:0:0:0:0:0:0:1,root,,test,SLAVE_MYPORT);
34 35 36 37 38 39 40 41
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='0:0:0:0:0:0:0:1';
42
Master-Host: 0:0:0:0:0:0:0:1
43 44 45 46
disconnect slave;
disconnect master;
connection default;
#################### IP: 127.0.0.1 ###########################
47 48
connect (master,127.0.0.1,root,,test,MASTER_MYPORT);
connect (slave,127.0.0.1,root,,test,SLAVE_MYPORT);
49 50 51 52 53 54 55 56
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='127.0.0.1';
57
Master-Host: 127.0.0.1
58 59 60 61
disconnect slave;
disconnect master;
connection default;
#################### IP: 0:0:0:0:0:FFFF:127.0.0.1 ###########################
62 63
connect (master,0:0:0:0:0:FFFF:127.0.0.1,root,,test,MASTER_MYPORT);
connect (slave,0:0:0:0:0:FFFF:127.0.0.1,root,,test,SLAVE_MYPORT);
64 65 66 67 68 69 70 71
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='0:0:0:0:0:FFFF:127.0.0.1';
72
Master-Host: 0:0:0:0:0:FFFF:127.0.0.1
73 74 75 76
disconnect slave;
disconnect master;
connection default;
#################### IP: 0000:0000:0000:0000:0000:FFFF:127.0.0.1 ###########################
77 78
connect (master,0000:0000:0000:0000:0000:FFFF:127.0.0.1,root,,test,MASTER_MYPORT);
connect (slave,0000:0000:0000:0000:0000:FFFF:127.0.0.1,root,,test,SLAVE_MYPORT);
79 80 81 82 83 84 85 86
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='0000:0000:0000:0000:0000:FFFF:127.0.0.1';
87
Master-Host: 0000:0000:0000:0000:0000:FFFF:127.0.0.1
88 89 90 91
disconnect slave;
disconnect master;
connection default;
#################### IP: 0:0000:0000:0:0000:FFFF:127.0.0.1 ###########################
92 93
connect (master,0:0000:0000:0:0000:FFFF:127.0.0.1,root,,test,MASTER_MYPORT);
connect (slave,0:0000:0000:0:0000:FFFF:127.0.0.1,root,,test,SLAVE_MYPORT);
94 95 96 97 98 99 100 101
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='0:0000:0000:0:0000:FFFF:127.0.0.1';
102
Master-Host: 0:0000:0000:0:0000:FFFF:127.0.0.1
103 104 105 106
disconnect slave;
disconnect master;
connection default;
#################### IP: 0::0000:FFFF:127.0.0.1 ###########################
107 108
connect (master,0::0000:FFFF:127.0.0.1,root,,test,MASTER_MYPORT);
connect (slave,0::0000:FFFF:127.0.0.1,root,,test,SLAVE_MYPORT);
109 110 111 112 113 114 115 116
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='0::0000:FFFF:127.0.0.1';
117
Master-Host: 0::0000:FFFF:127.0.0.1
118 119 120 121
disconnect slave;
disconnect master;
connection default;
#################### IP: ::FFFF:127.0.0.1 ###########################
122 123
connect (master,::FFFF:127.0.0.1,root,,test,MASTER_MYPORT);
connect (slave,::FFFF:127.0.0.1,root,,test,SLAVE_MYPORT);
124 125 126 127 128 129 130 131
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
change master to master_host='::FFFF:127.0.0.1';
132
Master-Host: ::FFFF:127.0.0.1
133 134 135 136 137 138 139 140 141 142 143 144 145
disconnect slave;
disconnect master;
connection default;
#################### IP: ::1 mix #######################
connect (master,127.0.0.1,root,,test,MASTER_MYPORT);
connect (slave,127.0.0.1,root,,test,SLAVE_MYPORT);
connection master;
reset master;
show master status;
File	Position	Binlog_Do_DB	Binlog_Ignore_DB
master-bin.000001	#	<Binlog_Do_DB>	<Binlog_Ignore_DB>
connection slave;
reset slave;
146
Master-Host: ::FFFF:127.0.0.1
147
change master to master_host='::1';
148
Master-Host: ::1
149
change master to master_host='::FFFF:127.0.0.1';
150
Master-Host: ::FFFF:127.0.0.1
151
change master to master_host='0:0:0:0:0:0:0:1';
152
Master-Host: 0:0:0:0:0:0:0:1
153 154 155
disconnect slave;
disconnect master;
connection default;