mysql+php Configuring Windows System IIS Edition

Source: Internet
Author: User
Tags save file

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.