在IIS 7.5上运行PHP / MySQL的分步指南

时间:2022-06-03 16:33:00

Any complete guide for setting/running PHP/MySQL on IIS 7.5?

在IIS 7.5上设置/运行PHP / MySQL的完整指南?

2 个解决方案

#1


2  

Setting up MySQL should be pretty easy - run through the windows installer and it should be painless.

设置MySQL应该非常简单 - 通过Windows安装程序运行它应该是轻松的。

Setting up PHP correctly in IIS is another matter though. I found this guide to be extremely helpful.

在IIS中正确设置PHP是另一回事。我发现本指南非常有用。

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.

您可以使用PHP的Web平台安装程序快速启动和运行,但我的经验是它严重缺乏,特别是如果您需要支持多个PHP版本或不同站点的不同php.ini设置。

#2


1  

A plugin to setup PHP in IIS: http://phpmanager.codeplex.com/

在IIS中设置PHP的插件:http://phpmanager.codeplex.com/

#1


2  

Setting up MySQL should be pretty easy - run through the windows installer and it should be painless.

设置MySQL应该非常简单 - 通过Windows安装程序运行它应该是轻松的。

Setting up PHP correctly in IIS is another matter though. I found this guide to be extremely helpful.

在IIS中正确设置PHP是另一回事。我发现本指南非常有用。

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.

您可以使用PHP的Web平台安装程序快速启动和运行,但我的经验是它严重缺乏,特别是如果您需要支持多个PHP版本或不同站点的不同php.ini设置。

#2


1  

A plugin to setup PHP in IIS: http://phpmanager.codeplex.com/

在IIS中设置PHP的插件:http://phpmanager.codeplex.com/