Configure Apache
Type in terminal:
gksudo gedit /etc/apache2/apache2.conf
Add following line at the end of the file just opened:
Include /etc/phpmyadmin/apache.conf
Restart Apache
Type in terminal:
sudo /etc/init.d/apache2 restart
Open a browser and type http://localhost/phpmyadmin
(Visited 55 times, 1 visits today)