Reputation: 42434
Any complete guide for setting/running PHP/MySQL on IIS 7.5?
Upvotes: 2
Views: 10049
Reputation: 60498
Setting up MySQL should be pretty easy - run through the windows installer and it should be painless.
Setting up PHP correctly in IIS is another matter though. I found this guide to be extremely helpful.
You can use the web platform installer for PHP to get up and running quickly, but my experience has been that it falls seriously short, especially if you need to support multiple PHP versions or different php.ini settings for different sites.
Upvotes: 2