phpmyadmin is not working on Ubuntu 16.04

For this purpose, you have to edit Apache configuration file.

Go to Terminal and type

gksu gedit /etc/apache2/apache2.conf

Then add the following line to the end of the file.
Include /etc/phpmyadmin/apache.conf

Then restart apache
/etc/init.d/apache2 restart



This is the solution you will get from ask ubuntu but it will not solve your process. it will make your apache server failed to start.

so to solve this problem you have to type only one command.

sudo apt-get install phpmyadmin

It will download required dependencies automatically so you do not have to worry.



To install LAMP you should click here.

Related Posts Plugin for WordPress, Blogger...