mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
11 lines
215 B
Text
11 lines
215 B
Text
|
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;
|
||
|
|
||
|
|