After upgrade phpMyAdmin 4.0.9. When you login done. You will see notification below "The configuration file now needs a secret passphrase(blowfish_secret)"
you can fix blowfish_secret on /usr/share/phpMyAdmin/config.inc.php if you can't find config.inc.php. you can copy or rename config.sample.inc.php to config.inc.php
#cd /usr/share/phpMyAdmin
#mv config.sample.inc.php config.inc.php
and then edit blowfish_secret
#vi config.inc.php
.
.
line 17
$cfg['blowfish_secret'] = 'add you cert'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
Done! maybe you need clear browsing data cache and cookies and login phpMyAdmin again
you can fix blowfish_secret on /usr/share/phpMyAdmin/config.inc.php if you can't find config.inc.php. you can copy or rename config.sample.inc.php to config.inc.php
#cd /usr/share/phpMyAdmin
#mv config.sample.inc.php config.inc.php
and then edit blowfish_secret
#vi config.inc.php
.
.
line 17
$cfg['blowfish_secret'] = 'add you cert'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
Done! maybe you need clear browsing data cache and cookies and login phpMyAdmin again
Thanks for your great help,it's work for me :)
ReplyDeleteTried clearing the caches but that error still persists.
ReplyDeletehmm me too....not working
DeleteThanks it's working to me also
ReplyDeletenot working with all steps above done......
ReplyDeletethanks a lot for this
ReplyDeleteOn Debian 9, the file to edit is here: /var/lib/phpmyadmin/blowfish_secret.inc.php
ReplyDeletethank you Ben
Deletehow can i get my cert ??
ReplyDeletehttps://www.google.co.th/search?q=create+blowfish+secret&oq=blowfish_secret+create&aqs=chrome.1.69i57j0.8422j0j4&client=ms-android-asus&sourceid=chrome-mobile&ie=UTF-8
DeleteIt works! Also generate your hash password using any generator like one mentioned by BUGTU.
ReplyDelete