Apache Friends Support Forum

It is currently 09. February 2010 16:41

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: "The configuration file now needs a secret passphrase (
PostPosted: 29. November 2005 21:26 
Offline

Joined: 28. November 2005 22:38
Posts: 8
The configuration file now needs a secret passphrase (blowfish_secret).

The error message says I need a secret passphrase after I enabled the secured connection to mysql.

What do I need to do next?

I'm itching to install a few more web apps such as Wordpress and etc, but cannot enable the phpmyadmin to work.

Thanks,

Rene V.


Top
 Profile  
 
 Post subject: Found an answer
PostPosted: 29. November 2005 21:33 
Offline

Joined: 28. November 2005 22:38
Posts: 8
It's in LINUX FAQ:



What do I do if the error message is »The configuration file now needs a secret passphrase (blowfish_secret)« shows up?

This message may appear since XAMPP for Linux 1.2 was released. Since version 2.5.2, phpMyAdmin supports the encryption of cookie-saved passwords.

Solution:

Edit config.inc.php at line 60. You find this file in the phpmyadmin directory of your XAMPP installation. The line should look like this:

$cfg['blowfish_secret'] = '';

Enter in this line a password-like word or phrase, for example:

$cfg['blowfish_secret'] = 'holla';

That's all. You should now be able to use phpMyAdmin in the same way as before.


Top
 Profile  
 
 Post subject:
PostPosted: 18. November 2008 05:28 
Offline

Joined: 18. November 2008 05:22
Posts: 1
This thread sent me in the right direction:
http://ubuntuforums.org/showthread.php?t=621686

My config.inc.php already included the $cfg['blowfish_secret'] key, so it was a matter of permissions. Log in as root and execute (or sudo) the following commands:

chown -R root /var/lib/phpmyadmin
chmod -R 775 /var/lib/phpmyadmin

Hope it helps someone ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group