MySQL’s InnoDB Cluster was released on Apr 12, 2017, with version 5.7 and is
also included in MySQL version 8.0.
MySQL InnoDB cluster provides a complete high availability
solution for MySQL. MySQL Shell includes AdminAPI which enables
you to easily configure and administer a group of at least three
MySQL server instances to function as an InnoDB cluster. Each
MySQL server instance runs MySQL Group Replication, which
provides the mechanism to replicate data within InnoDB clusters,
with built-in failover. AdminAPI removes the need to work
directly with Group Replication in InnoDB clusters, but for more
information see Chapter 18, Group Replication which explains the
details. MySQL Router can automatically configure itself based on
the cluster you …
[Read more]