vote up 2 vote down star
1

Are there any "all-in-one" installers for php + mysql on iis? Preferably with a gui configuration interface.

flag

45% accept rate

3 Answers

vote up 1 vote down

I don't know of any all-in-one installers for both MySql and PHP, but PHP itself comes with an automated installer that will attach itself to IIS - but the preferred method is still manual (the automated procedure only uses CGI). There are plenty of how-to pages on the web that give you the step-by-step procedure required to get setup (and these differ based on your version of IIS) - I suggest you use one of those instead.

Some links to get you started:
PHP Documentation
Installing PHP 5 on IIS in 5 simple steps

link|flag
It is actually more for running open source bug tracking apps, project management apps, etc and not for doing any dev so speed isn't that important. – William Oct 9 '08 at 9:02
vote up 1 vote down

The PHP part is easy with Web Platform Installer:

http://php.iis.net/

MySQL is a breeze to install on Windows:

http://dev.mysql.com/downloads/mysql/5.1.html#win32

link|flag
vote up 0 vote down

I know this is not a direct answer, but a point of interest only. If you are looking for something that runs php/mysql that is quick to get setup for testing purposes you could try using a virtual appliance+vmware server/player

link|flag
I've tried running virtual machines but the server doesn't like the extra load. – William Oct 9 '08 at 9:00
Really? Hrm, thats inetrsting. I have found that the specialized virtual machines can run on tiny amounts of ram (depends of course on what you are doing) and the server desnt even break a sweat. Oh well. Anyhow, sorry i could not have been more help. – mattlant Oct 9 '08 at 9:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.