Use MariaDB instead of MySQL
Use MariaDB instead of MySQL
I have already installed vesta cp and want to use mariadb server instead of mysql server.
Thanks in advance!
Thanks in advance!
Re: Use MariaDB instead of MySQL
Whats your operation system ?
Re: Use MariaDB instead of MySQL
Debian 8 (jessie)
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Use MariaDB instead of MySQL
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
hello , how can install mariaDB for vestacp on centos 6.7 ?