From charlesreid1

Revision as of 00:17, 16 March 2015 by Admin (talk | contribs) (Created page with "=Installation= Instructions via https://help.ubuntu.com/community/phpMyAdmin Installed phpMyAdmin by running: <pre> sudo apt-get install phpmyadmin </pre> Next, I edited /etc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.