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:
-
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.
更詳細的可以參考:http://www.php.net/manual/en/install.windows.iis7.php
- php+MySQL實現(xiàn)登錄時驗證登錄名和密碼是否正確
- MySQL修改root密碼的4種方法(小結)
- 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)錯誤解決辦法
- 虛擬主機中phpMyAdmin的安裝配置方法
- Ubuntu查看修改mysql的登錄名和密碼、安裝phpmyadmin
相關文章
Serv-U 550 Permission denied 的解決辦法
昨天一客戶反應他的CuteFTP只能建文件夾,沒法刪除及上傳文件2008-12-12
ISAPI Rewrite多站點破解版 完美實現(xiàn)IIS偽靜態(tài)的方法
在前文中,介紹了Windows2003 IIS6/7完美實現(xiàn)WordPress偽靜態(tài)的方法,主要說的是WordPress的偽靜態(tài)配置方法,有一點局限性2011-11-11
Windows?Server?2022?服務器系統(tǒng)安裝過程圖解
目前微軟已經(jīng)發(fā)布了Windows?Server?2022?Standard、Datacenter和Datacenter?Azure三種版本,在這三個版本中Windows?Server?2022?Standard(標準版)是主要版本,下面將為你介紹Windows?Server?2022安裝的全部過程2024-03-03
最新Windows Server 2012 R2磁盤分區(qū)的詳細步驟
這篇文章主要介紹了最新Windows Server 2012 R2磁盤分區(qū)的詳細步驟,通過圖文并茂的形式介紹了假如只有一個磁盤的分區(qū)方法,需要的朋友可以參考下2022-04-04
windows Server 2019 KVM 虛擬機安裝.net3.5環(huán)境的實
本文介紹了通過為Windows Server 2019 KVM虛擬機安裝光驅來安裝.NET Framework 3.5環(huán)境的方法,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧2024-12-12

