Install Apache, Mysql-server, PHP5 and phpmyadmin in UBUNTU in 5 commands
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,
I agree.
Hi, I agree, this has been a huge help with the Apache tie in. Thank you ...
- Log in to post comments