[SOLVED] phpmyadmin error: The configuration file now needs a secret

Tagged:  
phpMyAdmin Logo

If newly installed phpMyAdmin dont working because of a blowfish error,
open file /usr/share/phpmyadmin/config.inc.php

nano -w /usr/share/phpmyadmin/config.inc.php

and add anything to this line:
$cfg['blowfish_secret'] = '';
like
$cfg['blowfish_secret'] = 'thing';
after saving phpMyAdmin should work.

If you dont prefer cookie auth (which I'd prefer), changing
$cfg['Servers'][$i]['auth_type'] = 'cookie'; line to $cfg['Servers'][$i]['auth_type'] = 'http'; is probable.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
                                              .d8888b.            
d88P Y88b
Y88b. d88P
888 888 888d888 .d88b. 88888b.d88b. "Y88888" 888 888
888 888 888P" d8P Y8b 888 "888 "88b .d8P""Y8b. `Y8bd8P'
888 888 888 88888888 888 888 888 888 888 X88K
Y88b 888 888 Y8b. 888 888 888 Y88b d88P .d8""8b.
"Y88888 888 "Y8888 888 888 888 "Y8888P" 888 888
888
Y8b d88P
"Y88P"
Enter the code depicted in ASCII art style.