Installing Apache, PHP and Mysql (LAMP ) on Ubuntu and Linux Mint

Step 1 Install Apache sudo apt-get update sudo apt-get install apache2 After this Open Browser and visit http://localhost it will show you that Apache Server in installed Step 2 Install MySQL sudo apt-get install mysql-server after this step it will ask for permissions click yes to all it shows.. Step 3 Install PHP sudo apt-getContinue reading “Installing Apache, PHP and Mysql (LAMP ) on Ubuntu and Linux Mint”