mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
12 lines
425 B
Text
12 lines
425 B
Text
include/master-slave.inc
|
|
[connection master]
|
|
connection slave;
|
|
call mtr.add_suppression(".*Invalid .* username when attempting to connect to the master server.*");
|
|
include/stop_slave.inc
|
|
CHANGE MASTER TO MASTER_USER= '', MASTER_PASSWORD= '';
|
|
START SLAVE;
|
|
include/wait_for_slave_io_error.inc [errno=1045, 1593]
|
|
include/stop_slave.inc
|
|
CHANGE MASTER TO MASTER_USER= 'root', MASTER_PASSWORD= '';
|
|
START SLAVE;
|
|
include/rpl_end.inc
|