Here are the commands to run to install MariaDB on your Ubuntu system:
代碼: 選擇全部
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
sudo add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://ftp.ubuntu-tw.org/mirror/mariadb/repo/10.2/ubuntu xenial main'
代碼: 選擇全部
sudo apt update
sudo apt install mariadb-server