「MySQL」- MySQL InnoDB Cluster

认识

官网:
文档:https://dev.mysql.com/doc/refman/8.4/en/mysql-innodb-cluster-introduction.html
仓库:

MySQL InnoDB Cluster provides a complete high availability solution for MySQL. By using AdminAPI, which is included with MySQL Shell, you can easily configure and administer a group of at least three MySQL server instances to function as an InnoDB Cluster.

参考