Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows Server系統教程 >> Windows Server教程 >> Win2000上安裝PHP+MYSQL(IIS版)

Win2000上安裝PHP+MYSQL(IIS版)

日期:2017/1/24 11:07:38      編輯:Windows Server教程

    用IIS,php4和mysql的軟件包是php-4.0.1pl2-Win32.zip、mysql-3.23.19-beta-win.zip。 windows2000(p) + IIS 5.O

    1:安裝mysql

after setup all is ok but run : C:mysqlinmysqld-nt.exe --install “開始”按鈕下的“程序”=》“管理工具”=》“服務”,找到“mysql”服務,啟動; mysql setup ok!

    2:安裝php4

  解壓到c:php4下,再將目錄下的所有dll文件拷到c;windowssystem32下(包裹子目錄),不要覆蓋已有的dll文件; 接著將目錄下的php.exe和php.ini-dist兩個文件拷到c:winnt下; 將c:winntphp.ini-dist改名為php.ini,並打開它, 找到;Windows Extensions, 將extension=php_zlib.dll、extension=php_ldap.dll前的“;”去掉. 修改 extension_dir = ./ 為 extension_dir = c:windowssystem 在[mysql]欄下修改
mysql.default_port = 3306
mysql.default_host = localhost
mysql.default_user = root

  打開“開始”按鈕下的“程序”=》“管理工具”=》“internet服務管理器”,選中“默認web站點”,打開 它的“屬性”窗口。在“web站點”頁下,改變“IP地址”:您機子的ip地址,例如: 192.168.0.29)”;“ TCP端口”為“80”。

  接著,選中“主目錄”頁,單擊“應用程序設置”下的“配置”按鈕後,在新窗口下單擊“添加”按鈕;
在“ 可執行文件”中輸入“C:WINNTphp.exe %s %s”,在“擴展名”中輸入“.php”,點擊“確定”。
在“ 可執行文件”中輸入“C:WINNTphp.exe %s %s”,在“擴展名”中輸入“.php3”,點擊“確定”。 (對PHPADMIN的支持)

  接著,選中“ISAPI篩選器”頁, 單擊“添加”按鈕;在“篩選器名稱”中輸入“php”,在“可執行文件”中輸入 “ C:WINNTsystem32php4isapi.dll”,點擊“確定”。 單擊“添加”按鈕;在“篩選器名稱”中輸入“php3”,在“可執行文件”中 輸入
“ C:WINNTsystem32php4isapi.dll”,點擊“確定”。 接著,選中“文檔”頁,單擊“添加”按鈕;在“默認文檔名”中輸入“index.php”,點擊“確定”

    3:安裝phpadmin

  解壓到c:admin 下 添加 C:adminphpMyAdmin 的WEB共享命名為 ADMIN 以後用HTTP://192.168.0.29(您機子的ip地址)/ADMIN 管理MYSQL。

Copyright © Windows教程網 All Rights Reserved