Monday, October 18, 2010

Integrating phpMyAdmin into Apache

(edit apache configuration file)
gksudo gedit /etc/apache2/apache2.conf

(-add this line)
Include /etc/phpmyadmin/apache.conf

(restart apache)
sudo /etc/init.d/apache2 restart

(Fire up the browser and point to)
http://localhost/phpmyadmin/