Install PHP Apache and MySQL
Q. How do I install PHP, Apache and MySQL server in Ubuntu.
A. Run the following command in terminal
A. Run the following command in terminal
sudo aptitude install php5 apache2 mysql-server php5-mysqlYou may upon your preference install php5, apache2 and mysql-server from Ubuntu Software Center, Synaptic package manager or apt:// shortcut.
Great !!!! Its simple
ReplyDelete