Posts

Showing posts with the label MySQL

Install PHP Apache and MySQL

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