Raspberry Pi - Install phpMyAdmin
sudo apt-get install phpmyadmin
follow the install, choose apache2 and Yes if prompted, and enter a passwordconfigure Apache to know about phpmyadmin
sudo nano /etc/apache2/apache2.conf
At the very bottom of the file add:
Include /etc/phpmyadmin/apache.conf
Save the file, and exit.
sudo /etc/init.d/apache2 restart