57
Comment:
|
463
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
{{{ apt-get install mariadb-server }}} |
Mariadb is a relational database. Configured as a Galera cluster it can run as a distributed sql server that automatically replicates data between servers. We will configure 3 mariadb servers in a Galera cluster. Configure the [[Mariadb Server|servers]] then continue by adding [[Mariadb Encryption|replication encryption]] between servers in the cluster and finalize by adding [[Mariadb Client-Server Encryption|client/server encryption]]. |
Mariadb
Mariadb is a relational database. Configured as a Galera cluster it can run as a distributed sql server that automatically replicates data between servers.
We will configure 3 mariadb servers in a Galera cluster.
Configure the servers then continue by adding replication encryption between servers in the cluster and finalize by adding client/server encryption.