Home >Backend Development >PHP Tutorial >phpmyadmin configuration file now requires a phrase password_PHP Tutorial

phpmyadmin configuration file now requires a phrase password_PHP Tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-13 17:45:54933browse

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"

www.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...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn