2017/03/23

Install MariaDB on Debian or Linux

It tells how to install MariaDB via apt-get utility.

[command]
sudo apt-get install python-software-properties
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
sudo add-apt-repository 'deb [arch=amd64,i386] http://ftp.ubuntu-tw.org/mirror/mariadb/repo/10.1/debian wheezy main'
sudo apt-get update
sudo apt-get install mariadb-server

[reference]
https://downloads.mariadb.org/mariadb/repositories/#mirror=ossplanet&distro=Debian&distro_release=wheezy--wheezy&version=10.1

No comments:

Post a Comment