This is an old revision of the document!
mariadb
install
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 sudo apt install -y mariadb-server