Install phpMyAdmin:
1
$ sudo apt-get install phpmyadmin
Add phpMyAdmin configuration file(following line) to apache configuration file /etc/apache2/apache2.conf:
1
Include /etc/phpmyadmin/apache.conf
Done! Now go to http://localhost/phpmyadmin to use it.
Reference:
phpMyAdmin