1
1
# Replication tests need binlog
2
2
source include/have_log_bin.inc;
4
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
5
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);
6
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);
7
connect (slave1,127.0.0.1,root,,test,$SLAVE_MYPORT,);
4
connect (master,localhost,root,,test,$MASTER_MYPORT,);
5
connect (master1,localhost,root,,test,$MASTER_MYPORT,);
6
connect (slave,localhost,root,,test,$SLAVE_MYPORT,);
7
connect (slave1,localhost,root,,test,$SLAVE_MYPORT,);
9
9
-- source include/master-slave-reset.inc