Sunday, June 25, 2017

How to install phpmyadmin in linux

To install phpmyadmin, run the following commands:

sudo apt-get update
sudo apt-get install phpmyadmin

After that if it is still not possible to access phpmyadmin via
http://localhost/phpmyadmin

Add a following  line to a file: /etc/apache2/apache2.conf

Include /etc/phpmyadmin/apache.conf

And restart the server by:

sudo service apache2 restart

Source:https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-16-04

No comments:

Post a Comment