tips:db:mariadb

Differences

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

Link to this comparison view

Next revision
Previous revision
tips:db:mariadb [2016/11/29 10:55] – created scipiotips:db:mariadb [2016/12/17 19:41] (current) – [install] scipio
Line 1: Line 1:
 ====== mariadb ====== ====== mariadb ======
  
-===== install =====+====== cluster ======
  
-<code bash> +  * https://www.digitalocean.com/community/tutorials/how-to-configure-a-galera-cluster-with-mariadb-10-1-on-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 +Three Ubuntu 16.04 servers 
-sudo apt install -y mariadb-server+ 
 +===== install on each node ===== 
 + 
 +<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.1480413346.txt.gz
  • Last modified: 2016/11/29 10:55
  • by scipio