Tuesday, May 17, 2011

LAMP server in ubuntu 11.04/10.10

For lamp server the code will be

sudo apt-get install lamp-server^


Open your browser and type the following:

http://localhost/




and for the phpmyadmin

sudo apt-get install phpmyadmin


To access MySQL, you can use the following URL:

http://localhost/phpmyadmin

No comments: