phpMyAdmin blowfish_secret




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



0 Responses to “phpMyAdmin blowfish_secret”


  • No Comments

Leave a Reply

*