16.04 install mariadb 10.2

Ubuntu
回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

16.04 install mariadb 10.2

文章 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
回覆文章

回到「Ubuntu」