Tuesday, July 21, 2009

Installing LAMP Server in Ubuntu 9.04

Install phpMyAdmin - MySQL Administration Aid. phpMyAdmin Website = http://www.phpmyadmin.net/home_page/index.php, more information regarding the installation of phpMyAdmin can be found here: https://help.ubuntu.com/9.04/serverguide/C/phpmyadmin.html

1. Open Terminal, then execute the following command:

sudo apt-get install phpmyadmin

2. After the installation completes, move the phpmyadmin folder into /var/www/ directory with the following command:

sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin

3. Restart Apache2 web server with the following command:

sudo /etc/init.d/apache2 restart

4. Direct your web browser to the following address:

http://localhost/phpmyadmin/index.php

0 comments:

Post a Comment