The error say
"The configuration file now needs a secret passphrase (blowfish_secret)"
This is the solution:
1. Go to phpmyadmin directory on your linux. Eg: /usr/share/phpmyadmin (in Centos5).
2. File the config.inc.php with your favorite editor eg. vi
3. Find $cfg ['blowfish_secret'] = ' ';
4. Fill in the password or phassphrase, example
$cfg ['blowfish_secret'] = ' 123456';
5. Save and quit the editor. That all
No comments:
Post a Comment