Issue
I get this error when I try to access localhost/phpmyadmin:
Wrong permissions on configuration file, should not be world writable!
I have already chmoded every file to 555 from 777. What should I do next? I run Ubuntu 11.04.
Solution
Try this it will work
sudo chmod 755 /opt/lampp/phpmyadmin/config.inc.php
Answered By - Y. Joy Ch. Singha Answer Checked By - Dawn Plyler (WPSolving Volunteer)