Vestacp with Mariadb on debian 8
Posted: Sat Feb 06, 2016 3:47 pm
Hello,
How to do a fresh install of vestap with Mariadb on a debian 8 server.
How to do a fresh install of vestap with Mariadb on a debian 8 server.
Community Forum
https://forum.vestacp.com/
Install VestaCP. Then ( I haven't tested this so, no idea if it'll work):amitz wrote:Hello,
How to do a fresh install of vestap with Mariadb on a debian 8 server.
Code: Select all
#####################################################
# install Mariadb 10.1 for Debian 8 Jessie
#####################################################
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
mysql -V