Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

PHPMyAdmin

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

Clone this wiki locally