LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wrong permission on configuration file in phpMyAdmin (https://www.linuxquestions.org/questions/linux-newbie-8/wrong-permission-on-configuration-file-in-phpmyadmin-454992/)

tootcsen 06-15-2006 06:16 AM

wrong permission on configuration file in phpMyAdmin
 
Can anyone give me some clues?

When I'm trying to open phpMyAdmin with firefox web browser, it shows error "Wrong permissions on configuration file, should not be world writable!". I have typed the "chmod o+w config/" and "chmod o+rw config/config.inc.php" in terminal but it still shows the above error.

How am I supposed to solve this problem? I have searched it with search engines but the search results seem not suit to my problem.

bathory 06-15-2006 07:19 AM

Quote:

"Wrong permissions on configuration file, should not be world writable!".
You should run:
Code:

chmod a-w config.inc.php
snce the file must not be world writable

tootcsen 06-18-2006 10:16 PM

sorry, wrong post, but don't know how i can delete this message.

akankshas50 03-06-2013 07:00 AM

Wrong permissions on configuration file, should not be world writable!
 
change the permission of config.inc.php in phpmyadmin by chmod 755 config.inc.php


All times are GMT -5. The time now is 09:08 PM.