QuestionQ204
Installation and ConfigurationYou must configure multi-source replication with GTIDs enabled.
You use mysqldump to create the slave.
Which two statements are correct?
Choose two
- A You must restore each dump file and execute RESET MASTER on the slave.
- B You must restore each dump sequentially with the exact included gtid_purged statement.
- C You must execute multiple CHANGE MASTER statements to create replication channels.
- D You must always have all or no channels active to maintain a consistent gtid_purged.
- E You must execute a single CHANGE MASTER statement to create the replication channels.
- F You must apply the gtid_purged values manually on the slave to start replication.
Community Discussion