Jump to content

blowfish secret clobbered mysql


davidannis
Go to solution Solved by davidannis,

Recommended Posts

I am running Zend Server's MAMP on a Mac. Life was good until I noticed an error on logging in to phpMyAdmin:

 

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

Being compulsive (or crazy), I decided to fix the error that actually had caused no problems for months. I edited /usr/local/zend/share/phpmyadmin/config.inc.php and added something between the quotes to the line:

$cfg['blowfish_secret'] = '';

After I did so, I could no longer log in to phpMyAdmin, any attempts just brought me back to the login page. So, I removed the secret phrase I had added. Now, when I try to log in I get:

 

Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.

 

I see nothing unusual in /usr/local/zend/var/log/error.log or php.log (just a few errors from the last application I tested).

 

I have tried restarting the browser, restarting mysql, and restarting the system.

 

Any help greatly appreciated. Next time I'll leave well enough alone.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.