Configuration files now require a phrase password $cfg['blowfish_secret'] = 'malu';
Change
in phpmyadmin/libraries/config.default.php
$cfg['blowfish_secret'] = ”; changed to $cfg['blowfish_secret'] = ‘malu’;
Note: 'malu' is an arbitrary character.
Author "Xiaobai loves rookie"
http://www.bkjia.com/PHPjc/478631.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/478631.htmlTechArticleThe configuration file now requires a phrase password $cfg[blowfish_secret] = malu; phpmyadmin/libraries/config.default. $cfg[blowfish_secret] = ; in php changed to $cfg[blowfish_secret] = m...