天天看點

VertrigoServ 2.21配置phpmyadmin

不喜歡預設的“http”認證,是以改成了“cookie”

1. 選擇“Config Files”->“config.inc.php”

   把“$cfg['Servers'][$i]['auth_type'] = 'http'”->改成 “$cfg['Servers'][$i]['auth_type'] = 'cookie'”

   同時把 “$cfg['blowfish_secret'] = ''”随變加上些字元 “$cfg['blowfish_secret'] = 'dsfsdf';”

   這個不用說的,地球人都知道。。。。

2. 選擇“Config Files”->“php.ini”

   去掉extension前面的注釋分号:

    extension=php_mcrypt.dll

3. VertrigoServ 預設是沒有“php_mcrypt.dll”、“libmcrypt.dll”的。

   到網上找(這PHP檔案地球人都有的)。。。

   “php_mcrypt.dll”放到 “VertrigoServ\Php\ext”。

   “libmcrypt.dll” 放到 “VertrigoServ\Apache\bin”

 ok了,當然要重新開機VertrigoServ了。 

本文轉自 小強測試幫 51CTO部落格,原文連結:http://blog.51cto.com/xqtesting/808464,如需轉載請自行聯系原作者