[Solved] MariaBD status:active but not active in VestaCP
[Solved] MariaBD status:active but not active in VestaCP
Kindly help: service mariadb status shows active , but in VestaCP it is grey - not active. Happened after upgrade from Mariadb 10.5.3 to 10.5.4
All web sites are working just fine. No errors. Only VestaCP doesn't understand that mysql is running. Thanks!!!

All web sites are working just fine. No errors. Only VestaCP doesn't understand that mysql is running. Thanks!!!

Re: [Solved] MariaBD status:active but not active in VestaCP
In /usr/local/vesta/conf/vesta.conf changed
DB_SYSTEM='mariadb'
(was db_system="mysql')
DB_SYSTEM='mariadb'
(was db_system="mysql')
Re: [Solved] MariaBD status:active but not active in VestaCP
i'm testing with Centos7 + Apache + Nginx + MariaDB 10.5.5 ..
problem::: mariadb greyed out in vestacp server/service list
# edit -> /usr/local/vesta/conf/vesta.conf
# add/edit this line::: DB_SYSTEM='mariadb'
# fixed
problem::: can't add database because host blank
# <copy> /usr/local/vesta/conf/mysql.conf <to> /usr/local/vesta/conf/mariadb.conf
# command::: cp /usr/local/vesta/conf/mysql.conf /usr/local/vesta/conf/mariadb.conf
# fixed
problem::: created user/db can't login from phpmyadmin
# not yet fixed, i think vestacp not yet full support 10.5.5 mariadb, or not support 'mariadb' TYPE from v-add-database
problem::: mariadb greyed out in vestacp server/service list
# edit -> /usr/local/vesta/conf/vesta.conf
# add/edit this line::: DB_SYSTEM='mariadb'
# fixed
problem::: can't add database because host blank
# <copy> /usr/local/vesta/conf/mysql.conf <to> /usr/local/vesta/conf/mariadb.conf
# command::: cp /usr/local/vesta/conf/mysql.conf /usr/local/vesta/conf/mariadb.conf
# fixed
problem::: created user/db can't login from phpmyadmin
# not yet fixed, i think vestacp not yet full support 10.5.5 mariadb, or not support 'mariadb' TYPE from v-add-database