1. Download
Mysql:http://dev.mysql.com/downloads/mysql/5.1.html->windows (x86, 32-bit), MSI Installer essentials-recommended (Documents not included)
No Thanks, just start my download. (No need to sign up for direct download)
php:www.php.net->5.4.44 version, select Windows DOWNLOADS->VC9 x86 Non thread safe (non-thread safe mode)->zip
2. Installation
MySQL Installation:
1) default option change path to this step
2) Then continue to select the default option to this step to select the third default MyISAM
3) continue to the default to this step, select the third setting encoding method
IIS Configuration
1) Open or close Windows programs, Control Panel, programs
2) Choose Internet Information Services--World Wide Web services, application also send feature check CGI, ISAPI extensions, and ISAPI filters
3) Right click on Computer selection Management--services and applications->internet information Services--handler mappings
4) Add a script map to the right after opening the point
5) Open the default document click on the right side to add
6) Open fastcgi settings Click Edit Settings Environment and configure environment variables
PHP Configuration
PHP unpacked after the open file will be inside the php.ini-production backup copy to php.ini modify the PHP.ini configuration item and remove the front quotation marks Open
Extension_dir = "PHP installation path \ext" Cgi.force_redirect = 0cgi.fix_pathinfo=1fastcgi.impersonate = 1extension=php_ Bz2.dllextension=php_gd2.dllextension=php_mbstring.dllextension=php_mysql.dllextension=php_pdo_ Mysql.dlldate.timezone =asia/shanghai Save File
Finally, at the command prompt, enter IISRESET as administrator to restart IIS
mysql+php Configuring Windows System IIS Edition