среда, 28 августа 2013 г.

Установка MariaDB под Ubuntu 12.04

Here are the commands to run to add MariaDB to your system:
sudo -s
apt-get install python-software-properties
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
add-apt-repository 'deb http://ftp.heanet.ie/mirrors/mariadb/repo/10.0/ubuntu precise main'
Once the key is imported and the repository added you can install MariaDB with:
sudo -s
apt-get update
apt-get install mariadb-server

Комментариев нет:

Отправить комментарий