- sudo apt-get install mysql-client mysql-server
Specify the root password for the mysql server when prompted. - sudo apt-get install apache2
- Try http://localhost in your browser.
- sudo apt-get install phpmyadmin
- Add the following line in /etc/apach2/apache2.conf:
Include /etc/phpmyadmin/apache.conf - Now restart Apache:
sudo /etc/init.d/apache2 restart - Access phpMyAdmin under http://localhost/phpmyadmin