Home » FAQ & Tip » How to install PHPMyAdmin in Ubuntu Server?

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

  1. Run this command

    sudo apt-get install phpmyadmin

  2. Edit this file

    sudo vi /etc/apache2/apache2.conf

  3. Add this line
    Include /etc/phpmyadmin/apache.conf
  4. Save file and exit
  5. Now go to http://localhost/phpmyadmin
  6. Login using your mysql root account and make sure all the databases/tables are showing
Advertisement ยป PHPMyAdmin Book for your further reading

Author: Manet Yim FAQ & Tip

399 views
  1. No comments yet.
  1. No trackbacks yet.