The PhpMyAdmin configuration file now requires a phrase password solution,
The new version of PhpMyAdmin enhances security. You need to set a phrase password in the configuration file. Otherwise, a phrase password is required for the configuration file ." .
Solution:
1. In phpMyAdmin/libraries/config. default. php
$ Cfg ['blowfish _ secret '] = ''; change to $ cfg ['blowfish _ secret'] = '000000'; (Note: the '200' character is random)
2. In the phpMyAdmin directory, open config. sample. inc. php, line 18.
$ Cfg ['blowfish _ secret '] = ''; change to $ cfg ['blowfish _ secret'] = '000000'; (Note: the '200' character is random)
This password is used to encrypt Cookies to avoid mixing multiple PhpMyAdmin instances or sharing Cookies with other programs.
Do the above two steps, refresh the webpage, and OK, "the configuration file now requires a phrase password ." The prompt does not exist!
The above is all the content of the PhpMyAdmin configuration file that requires a phrase and password solution. I hope to give you a reference and support for the customer's house.