I have a problem with MySQL/Wrong permissions on configuration file, should not be world writable!

From Kolmisoft Wiki
Revision as of 12:29, 30 August 2013 by Admin (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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