The easiest way to install phpmyadmin is through apt-get:
1 |
sudo apt-get install phpmyadmin |
After the installation has completed, add phpmyadmin to the apache configuration.
1 |
sudo nano /etc/apache2/apache2.conf |
Add the phpmyadmin config to the file.
1 |
Include /etc/phpmyadmin/apache.conf |
Restart apache:
1 |
sudo service apache2 restart |