percona xtradb cluster deployment

This commit is contained in:
2023-09-30 15:01:04 +02:00
parent ca37171e15
commit e1429b0934
6 changed files with 55 additions and 0 deletions

6
example.mysqld.cnf Normal file
View File

@@ -0,0 +1,6 @@
wsrep_provider=/usr/lib/galera4/libgalera_smm.so
wsrep_cluster_name=percona
wsrep_cluster_address=gcomm://192.168.10.11,192.168.10.12,192.168.10.13
wsrep_node_name=pxc1
wsrep_node_address=192.168.10.11
pxc_strict_mode=ENFORCING