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 Link to comment https://forums.phpfreaks.com/topic/67007-phpmyadmin-problem/ 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 Link to comment https://forums.phpfreaks.com/topic/67007-phpmyadmin-problem/#findComment-349283 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.