The new version of phpMyAdmin enhances security and requires a phrase password to be set in the configuration file. Otherwise, there will be " configuration file now requires a phrase password." The red policeman sighed with a hint.
Workaround:
1, will phpmyadmin/libraries/config.default.php in the
$cfg [' blowfish_secret '] = '; Change to $cfg [' blowfish_secret '] = ' 123456 '; (Note: The ' 123456′ is a random character ')
2, in the phpMyAdmin directory, open the config.sample.inc.php,18 line
$cfg [' blowfish_secret '] = '; Change to $cfg [' blowfish_secret '] = ' 123456 '; (Note: The ' 123456′ is a random character ')
This password is used to encrypt cookies so that multiple phpmyadmin or cookies can be confused with other programs.
Do the above two steps, refresh the page, OK, "the profile now requires a phrase password." "The hint does not exist anymore!"
The above is phpMyAdmin configuration file now need a phrase password solution to all the content, I hope to give you a reference, but also hope that we support cloud habitat community.