mirror of
https://github.com/MariaDB/server.git
synced 2025-02-14 01:16:29 +01:00
14 lines
417 B
Text
14 lines
417 B
Text
include/master-slave.inc
|
|
[connection master]
|
|
connection slave;
|
|
include/stop_slave.inc
|
|
change master to master_host='127.0.0.1',master_user='root',
|
|
master_password='',master_port=MASTER_PORT;
|
|
include/start_slave.inc
|
|
connection master;
|
|
change master to master_host='127.0.0.1',master_user='root',
|
|
master_password='',master_port=SLAVE_PORT;
|
|
include/start_slave.inc
|
|
flush logs;
|
|
include/stop_slave.inc
|
|
include/rpl_end.inc
|