⑴ 如何再wamp 下安裝多個版本的php
只需以下步驟:
1、下載要安裝的PHP版本。既然是用WampServer,那當然是下載Window版本的ZIP包啦:http://windows.php.net。解壓到
Wamp的安裝目錄\bin\php\php5.2.17。這里以5.2.17為例。
2、進入 Wamp的安裝目錄\bin\php\php5.2.17 目錄,從 php.ini-dist 或者 php.ini-recommended 復制一份,重命名為php.ini,適應修改php.ini配置(如extension_dir),再從php.ini復制一分,重命名為 phpForApache.ini。
3、從已有的版本目錄中復制一份 wampserver.conf。比如我安裝WampServer的時候已經有php5.3.0,在 Wamp的安裝目錄\bin\php\php5.3.0 目錄下復制 wampserver.conf
到 Wamp的安裝目錄\bin\php\php5.2.17。
4、修改Wamp配置文件:進入 Wamp的安裝目錄,用IDE或記事本(最好使用行號定位的記事本,如EditPlus等)打開 wampmanager.ini,定位到 335 行,通常在這一行就是[phpVersion],如果不是,則在附近找找。復制下面一行:
Type: item; Caption: "5.3.0"; Action: multi; Actions:switchPhp5.3.0
插入到這一行前面,並修改為
Type: item; Caption: "5.2.17"; Action: multi; Actions:switchPhp5.2.17
再復制
[switchPhp5.3.0]
Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "Wamp的安裝目錄/bin/php/php5.3.0/php-win.exe";Parameters: "switchPhpVersion.php 5.3.0";WorkingDir: "Wamp的安裝目錄/scripts"; Flags: waituntilterminated
Action: run; FileName: "Wamp的安裝目錄/bin/php/php5.3.0/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "Wamp的安裝目錄/scripts"; Flags: waituntilterminated
Action: run; FileName: "net"; Parameters: "start wampapache"; ShowCmd: hidden; Flags: waituntilterminated
Action: resetservices
Action: readconfig;
插入這一段之前,並修改為
[switchPhp5.2.17]
Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "Wamp的安裝目錄/bin/php/php5.3.0/php-win.exe";Parameters: "switchPhpVersion.php 5.2.17";WorkingDir: "Wamp的安裝目錄/scripts"; Flags: waituntilterminated
Action: run; FileName: "Wamp的安裝目錄/bin/php/php5.3.0/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "Wamp的安裝目錄/scripts"; Flags: waituntilterminated
Action: run; FileName: "net"; Parameters: "start wampapache"; ShowCmd: hidden; Flags: waituntilterminated
Action: resetservices
Action: readconfig;
5、退出WampServer,再重啟。完成。
通過這5步,即可完成PHP任意版本的安裝。
⑵ 如何更改WAMPServer默認配置之phpmyadmin外部訪問許可權
首先,找到WAMP安庄目錄中的alias目錄,修改phpmyadmin.conf配置文件,同httpd.conf一樣,把"Allow from 127.0.0.1"修改為:"Allow from all"即可。
然後,設置資料庫必須輸入用戶名密碼登陸,配置文件修改:config.inc.php
第一,請修改資料庫密碼,安庄完可經過在WAMP托盤圖標中點擊phpmyadmin進入資料庫,在phpmyadmin頁面中部的「許可權」,可以看到「用戶一覽」,在下邊有一行用戶信息,即root localhost這一行,點擊這一行最右側的「編輯許可權」圖標,在新頁面找到「更改密碼」,為root用戶設置密碼,並點擊「執行」。然後修改配置文件:config.inc.php,這個文件路歡是:
\wamp\apps\phpmyadmin3.1.1
找到$cfg[''Servers''][$i][''password''] = '''';將他修改$cfg[''Servers''][$i][''password''] = ''你設置的密碼'';重新打開phpmyadmin即可完成訪問。
然後,config.inc.php,將配置$cfg['Servers'][$i]['auth_type'] = 'config';修改為
$cfg['Servers'][$i]['auth_type'] = 'cookie';
最後在這行下面添一行:$cfg['blowfish_secret'] = 'fslk3xkl319sf'; 這里引號內的字母數字你可以隨便輸入。
保存,重啟所有服務,以後再打開PHPmyadmin都需要輸入密碼才能登錄了。
⑶ wamp裝好後,程序在線,服務也啟動了,localhost還是打不開
兩個問題
1是hosts文件
2是apache配置文件的ServerName