Thursday, May 17, 2018

mengatasi phpMyAdmin Wrong permissions on configuration file, should not be world writable! pada linux

cara mengatasi masalah phpMyAdmin Wrong permissions on configuration file, should not be world writable!
cukup degan mengunci file config.inc.php


lock the file
sudo chmod 0755 /opt/lampp/phpmyadmin/config.inc.php


unlock the file
 sudo chmod 777 -R /opt/lampp/phpmyadmin/config.inc.php

No comments:

Post a Comment