How to Set Secret Passphrase in Phpmyadmin
Before, you have to set application used variables like server, user, password, etc. But with the release of phpmyadmin3.2, it's now eas...
https://www.czetsuyatech.com/2009/07/phpmyadmin32-configuration-file-now.html
Before, you have to set application used variables like server, user, password, etc. But with the release of phpmyadmin3.2, it's now easy to setup this tool.
Steps:
1.) Download the phpmyadmin3.2 (http://www.phpmyadmin.net/home_page/downloads.php)
2.) Extract to the htdocs directory
3.) Rename config.sample.inc.php to config.inc.php and add a passphrase to the blowfish secret to get rid of this annoying message:
"The configuration file now needs a secret passphrase (blowfish_secret)"
4.) Open the phpmyadmin3.2 to your localhost.
5.) Just type in your mysql account.
That's it.
Steps:
1.) Download the phpmyadmin3.2 (http://www.phpmyadmin.net/home_page/downloads.php)
2.) Extract to the htdocs directory
3.) Rename config.sample.inc.php to config.inc.php and add a passphrase to the blowfish secret to get rid of this annoying message:
"The configuration file now needs a secret passphrase (blowfish_secret)"
4.) Open the phpmyadmin3.2 to your localhost.
5.) Just type in your mysql account.
That's it.
Post a Comment