当前位置: 首页 > 工具软件 > VertrigoServ > 使用案例 >

VertrigoServ 2.21配置phpmyadmin

荆梓
2023-12-01

不喜欢默认的“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,如需转载请自行联系原作者
 类似资料: