The configuration file now needs a secret passphrase(blowfish_secret) problem fix for CentOS

Some CentOS tutorials here, lets change the some ways, at this article you will learn how to fix the "The configuration file now needs a secret passphrase(blowfish_secret)" error when you try to connect to the phpmyadmin at "yourIP/phpmyadmin", the problem is located at the config.inc.php with the blowfish_secret key is needed for the cookies.


So simply to fix this error and connect to the phpmyadmin, just open this file using any text editor "config.inc.php" located at "/usr/share/phpmyadmin/" and make the line "$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AU" look like this $cfg['blowfish_secret'] = 'password'; /* YOU MUST FILL IN THIS FOR COOKIE AU" and chose whatever password you want, thats it now save the file and try to access the phpmyadmin.


If you like this article, please share it on facebook, tweet it and +1 it to spread it :) !
The configuration file now needs a secret passphrase(blowfish_secret) problem fix for CentOS The configuration file now needs a secret passphrase(blowfish_secret) problem fix for CentOS Reviewed by Mhr on 22:31 Rating: 5

No comments

No Backlinks please, Comments are under moderation !