phpMyAdmin - Error

phamduong

New member
Joined
Apr 5, 2024
Messages
1

phpMyAdmin - Error​

Existing configuration file (/var/www/html/phpMyAdmin-5.2.1-all-languages/config.inc.php) is not readable.


How to fix this error?
 
Try this.
chown webapps:webapps /var/www/html/phpMyAdmin-5.2.1-all-languages -R

if that doesn't work try this:
Code:
cd /usr/loca/directadmin/scripts
./set_permissions.sh all
 
Back
Top