今天装了phpmyadmin3.2.0,登陆后发现下面红色警告:The configuration file now needs a secret passphrase
原来是新版本的phpmyadmin对COOKIE认证采用了blowfish加密算法
将/phpmyadmin/config.inc.php文件中的$cfg['blowfish_secret'] =”;赋一个字符串值就行了 如:$cfg['blowfish_secret'] = ‘abc’;
昵称*
邮箱*
Ctrl+Enter