blowfish_secret - phpMyAdmin

0


Error : The configuration file now needs a secret passphrase (blowfish_secret).

How To Fix ?

1) Go to phpMyAdmin DIR.        #Default : /usr/share/phpmyadmin

Linux Command :
cd /ust/share/phpmyadmin

2) If  config.inc.php doesn't  created then you will see config.sample.inc.php, so rename it or move it from - config.sample.inc.php to config.inc.php.

Linux Command :
cp config.sample.inc.php config.inc.php

3) Edit config.inc.php.

Linux Command :
nano config.inc.php
4) You will find

$cfg['blowfish_secret'] = '';
Edit it to
$cfg['blowfish_secret'] = '/YyQi0j066l[NijqYuUyeoa,2qSs5-ac';
For Example

** Should be 32 chars long

5) Save it and exit.