You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Crazy Punch edited this page Mar 5, 2014
·
2 revisions
Parrot installs the popular web-based database management tool, PHPMyAdmin. This is made available on all hosts on Apache with the alias phpmyadmin so visting a URL like:
http://localhost/phpmyadmin/
On the host should bring up the PHPMyAdmin interface.
To fix the error "Wrong permissions on configuration file, should not be world writable!" run this command:
sudo chmod 755 /etc/phpmyadmin/config.inc.php