Sync MySQL Servers with ProxySQL Cluster
In the two previous blog posts about ProxySQL Cluster we
described how to setup a Cluster, how to add users/rules
and propagate them across the Cluster, how to provision new nodes, how to re-sync nodes
after they have been out of the Cluster, and some features in the
roadmap, especially around the concept of core nodes vs satellite
nodes.
We also mention that there are 4 modules/tables that currently
ProxySQL Cluster is able to sync:
-
mysql_query_rules
-
mysql_servers
-
mysql_users
-
proxysql_servers
We covered 3 of these, and the last one missing is how to sync
mysql_servers
, related to MySQL …