爱是王道 发表于 2018-10-23 10:50:31

ubuntu 12.04 安装 mariadb-server10.0

apt-get install python-software-properties  
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
  
add-apt-repository 'deb http://mirrors.neusoft.edu.cn/mariadb/repo/10.0/ubuntu precise main'
  
apt-get update
  
apt-get install mariadb-server


页: [1]
查看完整版本: ubuntu 12.04 安装 mariadb-server10.0