Difference between revisions of "Wrong permissions on configuration file, should not be world writable!"

From Kolmisoft Wiki
Jump to navigationJump to search
m (Created page with 'If message Wrong permissions on configuration file, should not be world writable! appeared while trying to open PhpMyAdmin, you are supposed to change the permissions of config.i…')
 
m
Line 1: Line 1:
If message Wrong permissions on configuration file, should not be world writable! appeared while trying to open PhpMyAdmin, you are supposed to change the permissions of config.inc.php to not be world writable (i.e. chmod 755 config.inc.php). Put this line in your MOR console:
If message Wrong permissions on configuration file, should not be world writable! appeared while trying to open PhpMyAdmin, you are supposed to change the permissions of config.inc.php to not be world writable (i.e. chmod 755 config.inc.php). Put this line in your MOR console:


# chmod 755 /var/www/html/moradmin/config.inc.php
    # chmod 755 /var/www/html/moradmin/config.inc.php

Revision as of 12:32, 30 August 2013

If message Wrong permissions on configuration file, should not be world writable! appeared while trying to open PhpMyAdmin, you are supposed to change the permissions of config.inc.php to not be world writable (i.e. chmod 755 config.inc.php). Put this line in your MOR console:

    # chmod 755 /var/www/html/moradmin/config.inc.php