Page 1 of 1

Use MariaDB instead of MySQL

Posted: Tue Jul 12, 2016 8:03 pm
by peri0603
I have already installed vesta cp and want to use mariadb server instead of mysql server.

Thanks in advance!

Re: Use MariaDB instead of MySQL

Posted: Wed Jul 13, 2016 2:44 am
by Rodrigo
Whats your operation system ?

Re: Use MariaDB instead of MySQL

Posted: Wed Jul 13, 2016 9:49 pm
by peri0603
Debian 8 (jessie)

Re: Use MariaDB instead of MySQL

Posted: Thu Jul 14, 2016 6:57 am
by mehargags
This has been discussed many times if you could just use search.

Code: Select all

apt-get install software-properties-common
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
add-apt-repository 'deb [arch=amd64,i386] http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.1/debian jessie main'

apt-get update
apt-get install mariadb-server -y


Re: Use MariaDB instead of MySQL

Posted: Wed Jul 20, 2016 1:47 am
by mrjk990
hello , how can install mariaDB for vestacp on centos 6.7 ?