phpMyAdmin - Error Existing configuration file (/etc/phpmyadmin/config.inc.php) is not readable

Look at this solution, it works perfectly…
Just run these 2 lines as root and everything will be fixed

chown -R root:www-data /etc/phpmyadmin/
chown -R hestiamail:www-data /usr/share/phpmyadmin/tmp/

1 Like