1 頁 (共 1 頁)

16.04 install mariadb 10.2

發表於 : 2017-07-26 15:21:53
yehlu
https://downloads.mariadb.org/mariadb/r ... rsion=10.2


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'
Once the key is imported and the repository added you can install MariaDB with:

代碼: 選擇全部

sudo apt update
sudo apt install mariadb-server