This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:db:mariadb [2016/11/29 10:55] – created scipio | tips:db:mariadb [2016/12/17 19:41] (current) – [install] scipio | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== mariadb ====== | ====== mariadb ====== | ||
| - | ===== install | + | ====== cluster ====== |
| - | <code bash> | + | * https:// |
| - | sudo apt install | + | |
| - | sudo apt-key adv --recv-keys --keyserver hkp:// | + | |
| - | sudo add-apt-repository | + | |
| - | sudo apt update | + | Three Ubuntu 16.04 servers |
| - | sudo apt install | + | |
| + | ===== install on each node ===== | ||
| + | |||
| + | <code bash> | ||
| + | apt-key adv --recv-keys --keyserver hkp:// | ||
| + | add-apt-repository 'deb [arch=amd64] http:// | ||
| + | apt update | ||
| + | apt install mariadb-server | ||
| </ | </ | ||
| + | |||
| + | |||
| + | |||