Comments - Multi Master Replication

9 years, 3 months ago Daniel Black

Don't have the slave replicating from the master that you are loading. Configure replication after it is loaded.

Alternately use a session sql_log_bin=0 when loading data into the new master so that the drop database/tables statements aren't replicated to the slave.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.