MySQL 8.0 Database Administrator — Question 78

An existing asynchronous replication setup is running MySQL 8.
Which two steps are a part of implementing GTID replication? (Choose two.)

Answer options

Correct answer: C, F

Explanation

The correct steps for implementing GTID replication involve setting the necessary MySQL options during a restart, which is captured in option C, and adjusting the master connection settings, which is found in option F. Options A, B, D, and E do not correctly apply to the GTID replication setup process required in MySQL 8.