Installing Apache, PHP, MYSql on Windows (Wamp)
Jan 27th, 2010 | By James Leahy | Category: Web ServersFor Web Developers, having a server on your local machine allows you to test web pages and applications locally – a must for developers.
WAMP, a free software application, allows you to install Apache Server, MySQL, and PHP all at the same time onto a Windows or MAC PC. This post helps you install it onto a Windows PC.
See the post on MAC install for help with MAC”s.
Download WAMP and install it onto your PC.
Tip: If you are already running the free Internet Information Server on your PC, you’ll need some configuration help. See the end user post on programmerfish here.
Otherwise, just download the file and install it. The PDF download below will help with all the screenshots if you are not familiar with servers.
Next, note the following:
As you start the install, Windows may throw up some warning boxes on the screen. Just answer ok to proceed
Then, go through the install process. You will see about 13 or so boxes come up as you go along. To help, I have created a downloadable PDF file with all the screenshots, rather than have a looong post. Download that file here.
After the install:
After the install is complete, the server should start and you will see a small icon on the taskbar on the bottom right, as seen in the picture to the left. This will allow you to start, stop and configure the Apache server, PHP and MySQL all from the same location. This can be a handy time saver.
Tips:
If you are already using IIS (Interenet Information Server), be sure to check out the configuraiton page on a site I found, or do a search at Google for: wamp “windows 7″ iis
If you still have issues with IIS and Apache running together, a setting for Apache might work:



Is WAMP aslo the best free web server for Mac?
If that version installs on a MAC, they it would be a good choice, as PHP, MySQL and Apache are open source. I’t check on the downloadable installer though and if that is available for MAC.
This article was very useful for a paper I am writing for my thesis.
Thanks
Bernice Franklin
You’re very welcome
JL