mysql-cluster icon indicating copy to clipboard operation
mysql-cluster copied to clipboard

Native ProxySQL Clustering

Open MisterDuval opened this issue 4 years ago • 1 comments
trafficstars

Hi, It could be awesome to implement proxySQL Cluster in the proxysql.cnf:

proxysql_servers =
(
  {
      hostname="172.16.0.101"
      port=6032
      weight=0
      comment="proxysql1"
  },
  {
      hostname="172.16.0.102"
      port=6032
      weight=0
      comment="proxysql2"
  }
)

In order to sync configuration, users, servers... between nodes.

https://proxysql.com/documentation/proxysql-cluster/

MisterDuval avatar Nov 11 '21 18:11 MisterDuval

Thanks for the information. We’ll add clustering for the ProxySQL in the near future.

sych74 avatar Nov 17 '21 08:11 sych74