win2008 IIS7 安装PHPMYAdmin的方法

Tulla ·
更新时间:2024-11-13
· 966 次阅读

软件版本:
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数据庫.
改了几个地方,可以运行了.
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:

In the Windows Start Menu choose "Run:", type "optionalfeatures.exe" and click "Ok";

In the "Windows Features" dialog expand "Internet Information Services", "World Wide Web Services", "Application Development Features" and then enable the "CGI" checkbox;

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:

In the Windows Start Menu choose "Run:", type "CompMgmtLauncher" and click "Ok";

If the "Web Server (IIS)" role is not present under the "Roles" node, then add it by clicking "Add Roles";

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

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

您可能感兴趣的文章:php+MySQL实现登录时验证登录名和密码是否正确MySQL修改root密码的4种方法(小结)mysql第一次安装成功后初始化密码操作步骤解决MySQL8.0安装第一次登陆修改密码时出现的问题Linux下mysql 8.0.15 安装配置图文教程以及修改密码Mysql忘记密码的几种解决方案CentOs 7.*中配置安装phpMyAdmin的完整步骤记录centos下安装配置phpMyAdmin的方法步骤CentOS7 LNMP+phpmyadmin环境搭建 第三篇phpmyadmin安装在CentOS上安装phpMyAdmin的教程新安装的XAMPP访问phpmyadmin出错的解决方法phpmyadmin3 安装配置图解教程phpmyadmin安装时提示:Warning: require_once(./libraries/common.inc.php)错误解决办法虚拟主机中phpMyAdmin的安装配置方法Ubuntu查看修改mysql的登录名和密码、安装phpmyadmin



方法 win phpmyadmin iis7 IIS

需要 登录 后方可回复, 如果你还没有账号请 注册新账号