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
 
(One intermediate revision by the same user not shown)
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

Latest revision as of 12:33, 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