MySQL 8.0 Database Administrator — Question 121

Which two statements are true about MySQL server multi-source replication? (Choose two.)

Answer options

Correct answer: D, E

Explanation

Option D is correct because multi-source replication utilizes relay_log_recovery to ensure operations remain resilient. Option E is also correct since this type of replication does not attempt to detect or resolve conflicts. The other options are incorrect as they misrepresent the functionalities and requirements of MySQL server multi-source replication.