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.
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.
On MacOS
You should revert back the permission to
644
sudo chmod 644 /usr/local/share/phpmyadmin/config.inc.php
This error occured because phpmyadmin directory has all permissions (777). you can resolved this problem by executing the following command.
Do the following in your terminal
After this you have to restart your server
try if install lampp
or if install phpmyadmin
you should change the owner of the server by
chown
commandfrom home you can run this command
If it does not work yet, run this command
It should work now.
try this it will work
thanks