PhpMyAdmin “Wrong permissions on configuration file, should not be world writable!”

I get this error once I try and access localhost/PHPMyAdmin: Wrong permissions on configuration file, should not be world writable!


Solution: write the following command and press enter:

sudo chmod 755 /opt/lampp/phpmyadmin/config.inc.php

Post a Comment

1 Comments