summaryrefslogtreecommitdiff
path: root/mysql-test/include/master-slave.inc
blob: fe1dacb433efc850426d5e0929f1508a2da61eb9 (plain)
1
2
3
4
5
6
7
8
9
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);
connect (slave1,127.0.0.1,root,,test,$SLAVE_MYPORT,);

-- source include/master-slave-reset.inc

# Set the default connection to 'master'
connection master;