Fix PhpMyAdmin secret passphrase (blowfish_secret) Issue
In this blog I w,ill explain you how we can fix PhpMyAdmin secret passphrase error in simple steps. If you manually install PhpMyAdmin on your server then go to the PHPMyAdmin directory. You can rename config.sample.inc.php to config.inc.php. Open this file in your editor. Now you need to add 32 char in $cfg[‘blowfish_secret’] Save your […]
Continue Reading