The configuration file now needs a secret passphrase (blowfish_secret).
You’ll see this error after every installation of phpmyadmin.
To resolve this issue, just open config.inc.php ( or rename config.sample.inc.php to config.inc.php if you haven’t done so yet ) and change this line
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
to
$cfg['blowfish_secret'] = 'FuhG/{oYZC,O6TCg.[}1VW/[XJxhZ[3e';
To generate new blowfish secret, simply hit this https://phpsolved.com/phpmyadmin-blowfish-secret-generator/?g=673ef6fcc5e94
Thank you!
Crete!
phpMyAdmin blowfish secret generator with the small change
thankyou
Generate new blowfish
You’re the best, thanks.
Thanks for de generator
Sometimes your random blowfish_secret ends with \
That will result in an error since php will read the last \ as an escape code.
Just take the \ away from the available random chars and you’re fine.
Hi Per, you are right – I’ve removed \ from the presets. Thanks!
Thanks it is really useful.
merci
Good
phpMyAdmin-v4.9.1
Thank you very much!
thanks
test
thnx
Great!!
Our medq blowfish
Thx for support
merci beaucoup
Just my phpmyadmin
thank you for such a useful page
Thanks
Thank you