How to Configure MariaDB Galera Cluster on RHEL 7
How to Configure MariaDB Galera Cluster on RHEL 7 MariaDB Galera Cluster is a synchronous multi-primary replication solution for MariaDB. Every node in a Galera cluster can accept writes simultaneously, and changes are replicated to all other nodes before a transaction is confirmed to the client. This eliminates replication lag, prevents data loss on node […]