From charlesreid1

Installation

Instructions via https://help.ubuntu.com/community/phpMyAdmin

Installed phpMyAdmin by running:

sudo apt-get install phpmyadmin

Next, I edited /etc/apache2/apache2.conf and added the following line:

Include /etc/phpmyadmin/apache.conf

After that, phpMyAdmin was available at http://ethane.siluria.com/phpmyadmin

Login Username/Password

The username/password used to log in is the same as the mysql admin username (root) and password.