' Blowfish_secret ' uses an arbitrary string as the encrypted string of the cookie, and if there is no encryption key, the system will show "the configuration file now requires a top secret phrase password (blowfish_secret)", configured as follows:
VI phpmyadmin/config.inc.php
$cfg [' Servers '] [$i] [' auth_type '] = ' cookie ';
$cfg [' blowfish_secret '] = ' Sakia '; (where "Sakia" is customized)
?>
After the modification, later login phpMyAdmin is more convenient, but must not use the blank password, remember!
http://www.bkjia.com/PHPjc/317746.html www.bkjia.com true http://www.bkjia.com/PHPjc/317746.html techarticle ' Blowfish_secret ' uses an arbitrary string as the encrypted string of the cookie, and if there is no encryption key, the system will show "the configuration file now requires top secret phrase password (blowfish_secret)", configure ...