blob: 5ac8a2f4018ab5a19e0def5ba64a4a6da7077960 (
plain)
1
2
3
4
5
6
7
8
9
10
|
source include/master-slave.inc;
connection master;
use mysql; # to be different from initial `test' db of mysqltest client
alter database collate latin1_bin;
save_master_pos;
connection slave;
sync_with_master;
|