mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
11 lines
238 B
PHP
11 lines
238 B
PHP
|
--echo **** Resetting master and slave ****
|
||
|
connection slave;
|
||
|
STOP SLAVE;
|
||
|
source include/wait_for_slave_to_stop.inc;
|
||
|
RESET SLAVE;
|
||
|
connection master;
|
||
|
RESET MASTER;
|
||
|
connection slave;
|
||
|
START SLAVE;
|
||
|
source include/wait_for_slave_to_start.inc;
|