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ù)庫.
改了幾個地方,可以運(yùn)行了.
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.

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.

更詳細(xì)的可以參考:http://www.php.net/manual/en/install.windows.iis7.php
- php+MySQL實現(xiàn)登錄時驗證登錄名和密碼是否正確
- MySQL修改root密碼的4種方法(小結(jié))
- mysql第一次安裝成功后初始化密碼操作步驟
- 解決MySQL8.0安裝第一次登陸修改密碼時出現(xiàn)的問題
- Linux下mysql 8.0.15 安裝配置圖文教程以及修改密碼
- Mysql忘記密碼的幾種解決方案
- CentOs 7.*中配置安裝phpMyAdmin的完整步驟記錄
- centos下安裝配置phpMyAdmin的方法步驟
- CentOS7 LNMP+phpmyadmin環(huán)境搭建 第三篇phpmyadmin安裝
- 在CentOS上安裝phpMyAdmin的教程
- 新安裝的XAMPP訪問phpmyadmin出錯的解決方法
- phpmyadmin3 安裝配置圖解教程
- phpmyadmin安裝時提示:Warning: require_once(./libraries/common.inc.php)錯誤解決辦法
- 虛擬主機(jī)中phpMyAdmin的安裝配置方法
- Ubuntu查看修改mysql的登錄名和密碼、安裝phpmyadmin
相關(guān)文章
如何解決windows系統(tǒng)和linux系統(tǒng)中端口被占用的問題
這篇文章主要介紹了如何解決windows系統(tǒng)和linux系統(tǒng)中端口被占用的問題的相關(guān)資料,需要的朋友可以參考下2015-10-10Windows 2008 服務(wù)器安全加固幾個注意事項
這篇文章主要介紹了Windows 2008 服務(wù)器安全加固幾個注意事項,需要的朋友可以參考下2016-09-09IIS導(dǎo)入服務(wù)器證書的方法(IIS5、IIS6、IIS7)
這篇文章主要介紹了IIS導(dǎo)入服務(wù)器證書的方法(IIS5、IIS6、IIS7),需要的朋友可以參考下2017-09-09IIS7.5應(yīng)用程序池集成模式和經(jīng)典模式的區(qū)別介紹
由于最近公司服務(wù)器上需要將iis的應(yīng)用程序池全部都升級到4.0的框架,當(dāng)然選擇4.0就肯定使用集成模式部署2012-08-08Windows server 2016 搭建DHCP服務(wù)的圖文教程
在Windows Server 2016中啟用DHCP服務(wù)的主要作用和目的,是有利于管理員在系統(tǒng)升級后便于管理HA,本文主要介紹了Windows server 2016搭建DHCP以及DHCP的安裝方法,感興趣的可以了解一下2023-09-09Win2008遠(yuǎn)程控制確保安全的設(shè)置技巧
在規(guī)模稍微大一些的局域網(wǎng)工作環(huán)境中,網(wǎng)絡(luò)管理員時常會采用遠(yuǎn)程控制方式來管理服務(wù)器或重要工作主機(jī);2009-10-10PHP在64位Win2003和IIS下運(yùn)行設(shè)置方法
今天幫一客戶配置他的64位windows 2003下的php運(yùn)行環(huán)境的時候.發(fā)現(xiàn)的這個問題,通過以下方法解決,特分享下,方便需要的朋友2013-01-01