Showing posts with label ubuntu php. Show all posts

Is there any one click php-mysql installer in Ubuntu??

by Noman Muhammad

I dont find any xampp or wamp like installer for Ubuntu. But run the following command in the terminal and get things done ... :) wow

sudo apt-get install apache2 php5 mysql-client-5.0 mysql-server-5.0 libapache2- mod-php5 libapache2-mod-auth-mysql php5-mysql php5-cli


then from terminal connect to mysql or in the browser type "http://localhost/" and get
It Works!

u can also install PhpMyAdmin in the same way or from Synaptic Package manager.