sangkrit

Quick 5 Step Installation Of LAMP Server Including User-friendly phpMyadmin Application


Open linux virtual console and follow the following steps:-
step1. Type: sudo apt-get install mysql-server (press enter)
step2. Type: sudo apt-get install apache2 (press enter)
step3. Type: sudo apt-get install php5 (press enter)
step4. Type: sudo apt-get install php5-mysql (press enter)
step5. Type: sudo apt-get install phpmyadmin (press enter)


Leave a Reply