wsrep_cluster_name
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
[mariadb]
wsrep_provider = /usr/lib/galera/libgalera_smm.so
wsrep_cluster_name = example_cluster
wsrep_cluster_address = gcomm://192.0.2.1,192.0.2.2,192.0.2.3SHOW VARIABLES LIKE "wsrep_cluster_name";+--------------------+-----------------+
| Variable_name | Value |
+--------------------+-----------------+
| wsrep_cluster_name | example_cluster |
+--------------------+-----------------+