Author Topic: Change CWP from MySQl to MariaDb 10.1  (Read 12089 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Change CWP from MySQl to MariaDb 10.1
« 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?

Offline
*
Re: Change CWP from MySQl to MariaDb 10.1
« Reply #1 on: March 17, 2016, 11:32:46 PM »
i want to do the same thing

Offline
*****
Re: Change CWP from MySQl to MariaDb 10.1
« Reply #2 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
« Last Edit: March 21, 2016, 03:32:06 PM by Sandeep »