I have 4 servers with hestiacp. In 2 of them my.cnf is a file in /etc/mysql and in the other 2 servers my.cnf is a simlink to mariadb.cnf.
I can’t understand where are the configurations like wait_timeout saved (in these 2 servers hesiacp also does not show any values in Configure Server: MARIADB)
This is what I have found for hestia DB config. Not sure if that password value is used
/usr/local/hestia/conf
outside of hestia cp
on debian 12
cd /etc/mysql
grep -r wait_timeout *
reports that setting in my.cnf
I have no idea if mariadb is actually using that file on your server but it is a good place to start
1 Like