Today I met one error when I configure multiple host for phpMyAdmin on centos 6.3. The error message was
Wrong permissions on configuration file, should not be world writable!
Then I changed the permission of file [ config.inc.php] from 777 to 705. The problem was resolved. Nice, the login page comes out.
sudo chmod 705 ./phpMyAdmin/config.inc.php
No comments:
Post a Comment