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, 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
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.