MySQL 8.0 Database Administrator — Question 74

Which three statements are true about MySQL replication? (Choose three.)

Answer options

Correct answer: C, F, G

Explanation

Statement C is correct because each MySQL instance must have a unique server ID to avoid conflicts in replication. F is also true, as binary logging must be enabled on the master for replication to occur. G is correct since a replication user must have the necessary SELECT privileges on the tables to be replicated. The other options either present inaccuracies or do not apply universally to MySQL replication.