The easiest way to install phpmyadmin on Ubuntu

sudo apt-get install phpmyadmin

If necessary do this:
sudo nano /etc/apache2/apache2.conf
and insert this line:
Include /etc/phpmyadmin/apache.conf
Else you can comment it later.

sudo service apache2 restart

Prev PostThe easiest way to install LAMP & Webmin on Ubuntu
Next PostInstall curl on Ubuntu

Leave a reply