After login into phpMyAdmin panel I get this error message[1]
Everything work fine I can manage everything, but if security is important for you, you should look at the solution.
[1]Error message:
1 | The configuration file now needs a secret passphrase(blowfish_secret) |
Solution :
1 2 | cat /var/lib/phpmyadmin/blowfish_secret.inc.php $cfg['blowfish_secret'] = 'dfd3kjGj12dfT27665Z'; |
Get the blowfish_secret variable and paste it into the config.inc .php
1 | vim /usr/share/phpmyadmin/config.inc.php |
Plabo says
IT WORKED!!! thanks
crobs808 says
I do not have a blowfish_secret file in phpmyadmin v3.5.1 :(
phyron says
thanks! great solution, it worked!