Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

mysql HA

dba88Aug 16 2021

Hi

I want to do a POC for high availability and failover for a mysql database with master-slave or master -master replication.
would any help with recommended and best approach.
THanks
Charan

Comments

If you are talking about high availability in general, please refer to these blogs by LeFred on InnoDB Cluster https://lefred.be/content/category/mysql/innodb-cluster/ InnoDB cluster can be run in a single primary (read/write split) or multi-primary. You will need at lest three nodes for fault tolerance.
If you are talking about the MySQL Database Service's High Availability option then I will point you to this blog https://blogs.oracle.com/mysql/mysql-database-service-with-high-availability as it is very simple to set up. The InnoDB cluster is set up for you and managed for you.

User_8QWWQ

HA for master-slave,you can try xenon,
https://github.com/radondb/xenon

1 - 3

Post Details

Added on Aug 16 2021
3 comments
149 views