Saturday, December 26, 2015

How to install xampp on windows

1. Download XAMPP
You can download xampp following this link below:



2. Double click on .exe file to run setup
Next,


Select components you want to install
In my case: use Apache, MySQL, PHP, phpMyAdmin
Next,


Select installation folder (in my case C:\xampp)
Next,


Next,


Next,


Setup starting...



click Finish to complete installation


On XAMPP Control Panel
click Start to start service Apache, MySQL


Apache, MySQL services started


Test web server:
Open web browser, enter http://localhost:port (default port is 80)
in my case: use http://localhost:8080


Test phpMyAdmin:
Open web browser, enter the link: http://localhost:8080/phpmyadmin


0 comments:

Post a Comment