How to install PHPMyAdmin in Ubuntu Server?
8 December 2008
If you are using Ubuntu version 7.10 or above, you can install PHPMyAdmin using apt-get.
I assume that you have apache and php installed on your system.
The following steps is guiding you to install PHPMyAdmin and get it running
- Run this command
sudo apt-get install phpmyadmin
- Edit this file
sudo vi /etc/apache2/apache2.conf
- Add this line
Include /etc/phpmyadmin/apache.conf
- Save file and exit
- Now go to http://localhost/phpmyadmin
- Login using your mysql root account and make sure all the databases/tables are showing
Advertisement ยป PHPMyAdmin Book for your further reading
399 views

Amazon

