欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

win2008 IIS7 安裝PHPMYAdmin的方法

 更新時間:2010年03月24日 19:32:30   作者:  
win2008 IIS7 安裝 PHPMYAdmin的技巧,需要的朋友可以參考下。
軟件版本:
php-5.3.2-nts-Win32-VC9-x86
phpMyAdmin-3.3.1-all-languages
mysql-essential-5.1.45-win32
在IIS7安裝php的過程可參考
http://www.php.net/manual/en/install.windows.iis7.php
安裝phpMyAdmin 之后怎么都連不上mysql數(shù)據(jù)庫.
改了幾個地方,可以運行了.
1. 改phpmyadmin的配置文件 把里面的localhost改成ip
$cfg['Servers'][$i]['host'] = '127.0.0.1';
2. 因為裝在c:\program files\php路徑,IIS7里面的hanlder mapping的PHP_via_FastCGI的exe路徑好像有問題,重新選了一次.

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 Development Features" and then enable the "CGI" checkbox;

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

Enabling FastCGI support for IIS7 on Windows Vista SP1 and Windows 7

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 is not present under the "Roles" node, then add it by clicking "Add Roles";

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

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

Enabling FastCGI support on Windows Server 2008 and Windows Server 2008 R2

更詳細的可以參考:http://www.php.net/manual/en/install.windows.iis7.php

相關(guān)文章

最新評論