When you log in to the phpMyAdmin management database, a "profile now requires a phrase password" warning appears
Workaround:
Open the config.default.php file in the directory Phpmyadmin/libraries
Look for the following line: $cfg [' blowfish_secret '] = ' here is the required phrase password '; (Please feel free to fill in the phrase password)
e.g. modified to: $cfg [' blowfish_secret '] = ' cookiess '
Search: $cfg [' Servers '] [$i] [' auth_type '] = ' cookie ' #后面的值默认为cookie, no changes made
Cause: This problem arises because of this paragraph: $cfg [' Servers '] [$i] [' auth_type '] = ' cookie '
Here are four values to fill in: Cookie http HTTP config
The Config method is to enter the phpMyAdmin access URL directly, no need to enter the user name and password, is not safe, is not recommended to use.
Cookie,http or HTTP, the login phpMyAdmin requires a data user name and password to authenticate,
The following: PHP installation mode for Apache, you can use the HTTP and cookie;php installation mode for CGI, you can use cookies
This value is usually set to a cookie
phpMyAdmin configuration file now requires a phrase password