Difference between revisions of "I have a problem with MySQL/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 co…')
 
(No difference)

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