1
by brian
clean slate |
1 |
# Replication tests need binlog |
2 |
source include/have_log_bin.inc; |
|
3 |
||
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,); |
|
8 |
||
9 |
-- source include/master-slave-reset.inc |
|
10 |
||
11 |
# Set the default connection to 'master' |
|
12 |
connection master; |