414
Comment:
|
333
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
incomplete, do not use! |
|
Line 5: | Line 3: |
What we really want to set up is a galera cluster. We will use 3 systems for this | Mariadb is a relational database. Configured as a Galera cluster it can run as a distributed database that automatically replicates data between servers. |
Line 7: | Line 5: |
We will configure 3 mariadb servers in a Galera cluster. | |
Line 8: | Line 7: |
* 192.168.1.55 mariadb01 * 192.168.1.56 mariadb02 * 192.168.1.57 mariadb03 == Software == {{{ apt-get install mariadb-server }}} == Configuration == == References == * https://linode.com/docs/databases/mariadb/set-up-mariadb-clusters-with-galera-debian-and-ubuntu/ |
Configure the [[Mariadb Server|servers]] then continue by adding [[Mariadb Encryption|encryption]]. |
Mariadb
Mariadb is a relational database. Configured as a Galera cluster it can run as a distributed database that automatically replicates data between servers.
We will configure 3 mariadb servers in a Galera cluster.
Configure the servers then continue by adding encryption.