win2008 IIS7 Install phpMyAdmin method _win Server

Source: Internet
Author: User
Tags win32 phpmyadmin
Software version:
Php-5.3.2-nts-win32-vc9-x86
Phpmyadmin-3.3.1-all-languages
Mysql-essential-5.1.45-win32
The process of installing PHP in IIS7 can be a reference
http://www.php.net/manual/en/install.windows.iis7.php
After installing the phpMyAdmin, you can't even connect to the MySQL data library.
Changed a few places, can run.
1. Change the phpMyAdmin configuration file to change the inside localhost to IP
$cfg [' Servers '] [$i] [' host '] = ' 127.0.0.1 ';
2. Because installed in the C:\Program files\php Path, IIS7 inside the hanlder mapping exe path seems to have a problem, the election once.

Enabling FastCGI support in IIS

FastCGI module is disabled in default installation of IIS. The steps to enable it differ based on the version of Windows being used.

To enable FastCGI support on Windows Vista SP1 and Windows 7:

  1. In the Windows Start menu choose "Run:", type "Optionalfeatures.exe" and click "OK";

  2. In the "Windows Features" dialog Expand "Internet Information Services", "World Wide Web Services", "Application Developme NT Features "and then enable the" CGI "checkbox;

  3. Click OK and wait until the installation is complete.

To enable FastCGI support on Windows Server 2008 and Windows Server 2008 R2:

  1. In the Windows Start menu choose "Run:", type "Compmgmtlauncher" and click "OK";

  2. If the Web Server (IIS) role isn't present under the "Roles" node, then add it by clicking "Add Roles";

  3. If the Web Server (IIS) is present, then click ' Add role Services ' and then enable the ' CGI checkbox under ' Applic ation Development "group;

  4. Click "Next" and then "Install" and wait for the installation to complete.

More detailed can refer to: http://www.php.net/manual/en/install.windows.iis7.php

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.