I have encountered a problem when I am trying to access my phpmyadmin, the following error came up:
Wrong permissions on configuration file, should not be world writable!
I am thinking of some access control list error. I have searched the web and found article pertaining this error. The link is not on english but you can see that config.inc.php control is set to 777 (means writable).
Since I am familiar with my host (which is Ubuntu Linux), I just apply this command:
sudo chmod 705 /var/www/phpmyadmin/config.inc.php
And it works!



Jul 11, 2007 @ 14:24:43
ok, nice to meet you bro, i am glad my article can be usefull to the others
Jul 12, 2007 @ 08:36:01
I appreciate your comment and I am very thankful for the post you have that makes me inspire to include you on my article. More power to you!
Sep 21, 2008 @ 13:24:21
thanks for this tip ^^
Nov 15, 2010 @ 17:46:28
Muchas gracias por la ayuda!!!
saludos desde Madriz
Feb 14, 2011 @ 22:02:34
chmod 775 /var/www/phpmyadmin/config.inc.php
Must work.
I use this command in FreeBSD.
Sep 30, 2011 @ 10:35:39
Thanks for this simple fix. I always forget to thank the people that resolve my issues and give Google too much credit.
Jan 06, 2012 @ 14:40:54
Thanks, your quick article helped me too!
Jan 14, 2012 @ 03:26:38
Thank you!