Find the PHPmyadmin Password

Hi,
I install Hestiacp on clean Ubuntu 20.04. I am unable to login PHPMyAdmin via a root user, it says wrong password.

In vestacp, I find the root password via below location
nano /usr/local/vesta/conf/mysql.conf

but unable to found in Hestiacp.

2 Likes

nano /usr/local/hestia/conf/mysql.conf

3 Likes

Thanks

1 Like

Yap, thats works very well.

nano /usr/local/hestia/conf/mysql.conf
OR
cat ~/.my.cnf


Thanks @eris
:slight_smile:

1 Like

Or as root

root@dev:~# cat ~/.my.cnf

1 Like