onalps
中级会员
 
一般会员
UID 63212
精华
0
积分 313
帖子 229
金钱 313 喜悦币
威望 0
人脉 0
阅读权限 30
注册 2005-2-17
状态 离线
|
phpMyAdmin 2.7.0-rc1验证方式设置成HTTP无法登录
phpMyAdmin 2.7.0-rc1验证方式设置成HTTP无法登录
用Config方式时一切正常
HTTP就不行.
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'username'; // MySQL user
$cfg['Servers'][$i]['password'] = 'password'; // MySQL password (only needed
是否需要额外设置??
|
|