Speaktech.in

phpmyadmin not running in ubuntu

You will need to configure apache2.conf to make phpMyAdmin works.

sudo vi /etc/apache2/apache2.conf

Then add the following line to the end of the file.

Include /etc/phpmyadmin/apache.conf

Then restart apache

sudo service apache2 restart