This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tips:db:mariadb [2016/12/17 19:41] – [install] scipio | tips:db:mariadb [2016/12/17 19:41] (current) – [install] scipio | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| - | ===== install ===== | ||
| - | * https:// | ||
| - | * https:// | ||
| - | |||
| - | <code bash> | ||
| - | sudo apt install -y software-properties-common | ||
| - | sudo apt-key adv --recv-keys --keyserver hkp:// | ||
| - | sudo add-apt-repository -y 'deb [arch=amd64] http:// | ||
| - | |||
| - | sudo apt update | ||
| - | sudo apt install -y mariadb-server | ||
| - | </ | ||