Page 1 of 1

Vestacp with Mariadb on debian 8

Posted: Sat Feb 06, 2016 3:47 pm
by amitz
Hello,

How to do a fresh install of vestap with Mariadb on a debian 8 server.

Re: Vestacp with Mariadb on debian 8

Posted: Fri Apr 15, 2016 7:20 am
by BBuchanan1013
amitz wrote:Hello,

How to do a fresh install of vestap with Mariadb on a debian 8 server.
Install VestaCP. Then ( I haven't tested this so, no idea if it'll work):
http://www.tecmint.com/install-mariadb-in-debian/

Re: Vestacp with Mariadb on debian 8

Posted: Sun May 01, 2016 4:45 pm
by mehargags

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