Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 775
good_evening Avatar asked Sep 28 '11 01:09

good_evening


1 Answers

Try this it will work

sudo chmod 755 /opt/lampp/phpmyadmin/config.inc.php 
like image 136
Y. Joy Ch. Singha Avatar answered Oct 05 '22 10:10

Y. Joy Ch. Singha