June 3rd, 2008
This is the second part of our tutorial on how to install your own home web server. In the first, you’ve seen how to install Apache HTTP Server on Windows. Now we’re going to see how to install MySQL, a free database server.
MySQL comes in two flavors: Enterprise Edition and the MySQL Community Server. Of course, the Community Server is free and even most popular web hosts will use this version.
If you’re about to install MySQL on MS Windows Server 2008, I suggest you read my post here.
Since MySQL 6 is still in alpha stage, we’re going to get MySQL 5.0.
Note: I couldn’t get passed these 1045 and 1146 errors when trying to install MySQL 5.1 so we’re going to use 5.0.
Head over to http://www.mysql.com and click on the Developer Zone tab at the top. Now click on Downloads and the on MySQL Community Server. Select version 5.0.
This should have brought you here.

Now scroll down the page and click on Pick a mirror next to Windows ZIP/Setup.EXE (x86) in the Windows downloads section.
On the next page, you’re invited to register but click on the link at the bottom that says “No thanks, just take me to the downloads!”. Then simply select the mirror from which you want to download MySQL.
Once the download is complete, follow this procedure:

You should now have a working MySQL instance running as a system service!
To manage your database server, you might want to get the MySQL GUI Tools 5.0 but I’ll come back on this later.
Stay tuned as we’re going to install PHP on our Windows box.
Click here to be notified by email or to subscribe in a RSS reader.
Posted in Apache · MySQL · PHP · Tutorials · Windows Server | 1 Comment
1 response so far ↓
1. Response by : How To Install Your Own Web Server - Installing PHP on Jun 4, 2008 at 5:51 pm
[...] the two previous posts, we’ve seen how to install Apache and MySQL on a Windows computer so you you should already have a working web server and database [...]
Leave a Comment