bobleny
November 24th, 2007, 12:50 AM
OK, so I have an issue with phpmyadmin.
I can't actually log into the phpmyadmin panel, but I do have access to mysql via PHP.
The error I get reads:
The configuration file now needs a secret passphrase (blowfish_secret).
I looked online and the solution is simple, edit the config.inc.php file the line:
$cfg['blowfish_secret'] = '';
should equal a password. Something like:
$cfg['blowfish_secret'] = 'holla';
----------------------------
Anyways, this isn't my issue. When I check the file, the line already read:
$cfg['blowfish_secret'] = 'JFxf53DW3HtalwEkkusnEmjuQ';
I did some file searching and I found many different config.inc.php files around my computer. Three of which had this exact line in it:
$cfg['blowfish_secret'] = 'JFxf53DW3HtalwEkkusnEmjuQ';
The files where in these locations:
/var/lib/phpmyadmin/
/etc/phpmyadmin/
/usr/share/phpmyadmin/config/
------------------------
I don't know what else to do. I would sort of like access to phpmyadmin. It is a very nice program...
Can anyone please help me?
Thanks!
I can't actually log into the phpmyadmin panel, but I do have access to mysql via PHP.
The error I get reads:
The configuration file now needs a secret passphrase (blowfish_secret).
I looked online and the solution is simple, edit the config.inc.php file the line:
$cfg['blowfish_secret'] = '';
should equal a password. Something like:
$cfg['blowfish_secret'] = 'holla';
----------------------------
Anyways, this isn't my issue. When I check the file, the line already read:
$cfg['blowfish_secret'] = 'JFxf53DW3HtalwEkkusnEmjuQ';
I did some file searching and I found many different config.inc.php files around my computer. Three of which had this exact line in it:
$cfg['blowfish_secret'] = 'JFxf53DW3HtalwEkkusnEmjuQ';
The files where in these locations:
/var/lib/phpmyadmin/
/etc/phpmyadmin/
/usr/share/phpmyadmin/config/
------------------------
I don't know what else to do. I would sort of like access to phpmyadmin. It is a very nice program...
Can anyone please help me?
Thanks!