QuestionQ200
ArchitectureWhich two components of MySQL InnoDB Cluster help achieve database high availability?
Choose two
- A MySQL Router to ensure that client requests are load balanced and routed to the correct servers
- B MySQL Shell to create and administer InnoDB Clusters using the built-in AdminAPI
- C MySQL Enterprise Backup to keep data consistent and always ready to be used
- D MySQL Semi-Sync replication plugin is used to provide cluster consistency
- E MySQL X Plugin to enable MySQL to use the X Protocol to speed up and monitor data replication
Community Discussion