sijomon_nd Posted August 28, 2007 Share Posted August 28, 2007 Hello I installed sucessfully apache,mysql and php in windows.And i getting php info().But i copied phpmyadmin folder to httdocs and when i access from the browser,getting an error: Error: The configuration file now needs a secret passphrase (blowfish_secret) pls help me sijo Quote Link to comment Share on other sites More sharing options...
Davidnorman1 Posted September 15, 2007 Share Posted September 15, 2007 When you first installed MySQL you should have created a password to secure your database, phpMyAdmin is now asking for this password to access your db. To do this locate config.inc.php and open in the editor that you use. Search for the line :$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ Add your password so that the line looks something like: $cfg['blowfish_secret'] = 'your_password'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ Hope this helps Dave Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.