tips:db:mariadb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:db:mariadb [2016/11/29 16:16] – [install] scipiotips:db:mariadb [2016/12/17 19:41] (current) – [install] scipio
Line 1: Line 1:
 ====== mariadb ====== ====== mariadb ======
  
-===== install =====+====== cluster ======
  
-  * https://blog.cloudandheat.com/index.php/en/2016/09/09/tutorial-simple-mariadb-galera-cluster-with-haproxy-load-balancing/ +  * https://www.digitalocean.com/community/tutorials/how-to-configure-a-galera-cluster-with-mariadb-10-1-on-ubuntu-16-04-servers
-  * https://blog.cloudandheat.com/index.php/en/2016/09/12/tutorial-part-2-highly-available-mariadb-galera-cluster-with-floating-ip/+
  
-<code bash> +Three Ubuntu 16.04 servers
-sudo apt install -y software-properties-common +
-sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 +
-sudo add-apt-repository -y 'deb [arch=amd64] http://mariadb.mirror.nucleus.be/repo/10.1/ubuntu xenial main'+
  
-sudo apt update +===== install on each node ===== 
-sudo apt install -y mariadb-server+ 
 +<code bash> 
 +apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 
 +add-apt-repository 'deb [arch=amd64] http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.1/ubuntu xenial main' 
 +apt update 
 +apt install mariadb-server rsync
 </code> </code>
 +
 +
 +
  • tips/db/mariadb.1480432582.txt.gz
  • Last modified: 2016/11/29 16:16
  • by scipio