. Advertisement .
..3..
. Advertisement .
..4..
I get the “the configuration file now needs a secret passphrase (blowfish_secret)” issue when trying to login to phpMyAdmin. Here is the detail of the error I got the error message:
the configuration file now needs a secret passphrase (blowfish_secret).
Server: Localhost via UNIX socket Server type: MySQL Server version: 5.5.34 - Source distribution Protocol version: 10
Please give me some advice to solve this problem.
The cause:
”The configuration file now needs a secret passphrase (blowfish_secret)” is just a “secret string” as
"my personal secret"
.Now a secret pass (blowfish secret) is now required in the configuration file. After each phpmyadmin is set up, this error will appear on your screen.
Solution:
This error can be solved simply by opening
config.inc.php
( or use this nameconfig.sample.inc.php
instead ofconfig.inc.php
if you have not done yet ) and replacing following line:by
Simply access to this https://phpsolved.com/phpmyadmin-blowfish-secret-generator/?g=5d94be5065c70 to create new blowfish secret.
This might help, https://wiki.archlinux.org/index.php/PhpMyAdmin#Add_blowfish_secret_passphrase
When you log in to /phpmyadmin for the first time using a previously created MySQL username and password, you will see the following error message:
Add a blowfish password in the phpMyAdmin config file. Edit /etc/webapps/phpmyadmin/config.inc.php and insert a random blowfish “password” in the line
Now it should look like this:
This assumes that you have already created the config file.