Chinaunix首页 | 论坛 | 博客
  • 博客访问: 55058
  • 博文数量: 36
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 0
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-03 09:58
个人简介

Working at Veritas,act as Senior NetBackup Technical Support Engineeer. Empty your mind,Be formless,sharpless,like the water!!

文章分类

全部博文(36)

文章存档

2015年(1)

2013年(2)

2011年(1)

2009年(3)

2008年(14)

2007年(15)

分类: LINUX

2008-12-18 15:57:20

phpMyadmin配置文件现在需要绝密的短语密码(blowfish_secret)
Author: Rover Yao
Time: 2008-12-16
# vi config.inc.php
'blowfish_secret'用一个任意字符串作为cookie的加密字符串,如果没有加密钥匙,系统会显示"配置文件现在需要绝密的短语密码(blowfish_secret) "
/**
 * The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
 * at least one server configuration uses 'cookie' auth_type, enter here a
 * pass phrase that will be used by blowfish. The maximum length seems to be 46
 * characters.
 *
 * @global string $cfg['blowfish_secret']
 */
$cfg['blowfish_secret'] = 'custom';   //custom是自定义的
阅读(1123) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~