Control Web Panel

WebPanel => MySQL => Topic started by: Ak.Omara on March 17, 2016, 06:06:20 PM

Title: Change CWP from MySQl to MariaDb 10.1
Post by: Ak.Omara on March 17, 2016, 06:06:20 PM
Is there a way to change from CWP + MySql to CWP + MariaDB without reinstalling the CWP from scratch?
Title: Re: Change CWP from MySQl to MariaDb 10.1
Post by: tiweb on March 17, 2016, 11:32:46 PM
i want to do the same thing
Title: Re: Change CWP from MySQl to MariaDb 10.1
Post by: Sandeep on March 21, 2016, 03:29:22 PM
backup your all databases including cwp databases and reinstall cwp with this commands :

Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest -d mariadb
this will install latest version of mariadb

after that restore the database backup

If you want to fresh install cwp with mariadb (latest) then also use this commands :
Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest -d mariadb

I'll recommend you to freshly install cwp with mariadb