首页 > 代码库 > ubuntu 12.04 安装 mariadb-server10.0

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


本文出自 “宅鸟乐园” 博客,请务必保留此出处http://birdinroom.blog.51cto.com/7740375/1605588

ubuntu 12.04 安装 mariadb-server10.0