| 
  
   Size: 266 
  
  Comment:  
 | 
  
   Size: 546 
  
  Comment:  
 | 
| Deletions are marked like this. | Additions are marked like this. | 
| Line 1: | Line 1: | 
| incomplete, do not use! | 
|
| Line 6: | Line 8: | 
|  * 192.168.1.45 mariadb01 * 192.168.1.45 mariadb02 * 192.168.1.45 mariadb03  | 
 * 192.168.1.55 mariadb01 * 192.168.1.56 mariadb02 * 192.168.1.57 mariadb03  | 
| Line 12: | Line 14: | 
| apt-get install mariadb-server | apt-get install mariadb-server rsync | 
| Line 16: | Line 18: | 
== References == * https://blog.cloudandheat.com/index.php/en/2016/09/09/tutorial-simple-mariadb-galera-cluster-with-haproxy-load-balancing/ * https://linode.com/docs/databases/mariadb/set-up-mariadb-clusters-with-galera-debian-and-ubuntu/  | 
incomplete, do not use!
Mariadb
What we really want to set up is a galera cluster. We will use 3 systems for this
- 192.168.1.55 mariadb01
 - 192.168.1.56 mariadb02
 - 192.168.1.57 mariadb03
 
Software
apt-get install mariadb-server rsync
Configuration