phpmyadmin not running in ubuntu
- By Preneesh AV --
- 09-Dec-2018 --
- 101 Comments
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