"PhpMyAdmin Error"

Hi, I get this error when trying to access phpmyadmin:

“Existing configuration file (/etc/phpmyadmin/config.inc.php) is not readable.”

anyone know how i can fix it?

Hi @astrous,

Execute both commands as root:

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

That worked, Thanks :slight_smile:

1 Like