Skip directly to content

Install Apache, Mysql-server, PHP5 and phpmyadmin in UBUNTU in 5 commands

on Tue, 03/16/2010 - 07:40
Just 5 commands and you have your apache, php, mysql server and phpmyadmin ready on your Ubuntu Linux:
sudo apt-get install mysql-server
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install php5-mysql
sudo apt-get install phpmyadmin

Nice.

That's such a quick and to the point method of setting up Ubuntu as a server. Thanks!

Regards,

Modern Rugs

I agree.

Hi, I agree, this has been a huge help with the Apache tie in. Thank you ...