Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1101674
  • 博文数量: 1310
  • 博客积分: 3980
  • 博客等级: 中校
  • 技术积分: 8005
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-09 22:05
文章分类

全部博文(1310)

文章存档

2011年(1)

2008年(1309)

我的朋友

分类:

2008-07-06 13:25:56

1.Install steps you can find here:
I have installed the phpmyadmin(version:3.0.0) and the error message displays:
"The configuration file now needs a secret passphrase (blowfish_secret). "


Problem solution you can find here:

Here in config.inc.php just modify the following configuration:


/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 
*/
$cfg['blowfish_secret'= ''/* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

as


/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 
*/
$cfg['blowfish_secret'= 'holla'/* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

Review the phpmyadmin again, then it works.








[新闻]FriendFeed介绍
阅读(271) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~