Page 1 of 1

PNPMyadmin settingup password cant't Log out (*)

PostPosted: 23. May 2004 03:24
by Dick
I have setup the following password in PHPMyadmin: - (config.inc.php)



in the first part of the config file

$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed

in the other part of the config file

$i++;
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';



it pick up the password that I have set in MySql consol as from the instructions on the XAMPP site. When I click on the PHPMyadmin I am asked for a user name and password and that works fine but when I go to
use the logout (*) on the penal on PHPMyadmin is will not log me out with the same password that I used to login?

I would be grateful for any suggestion to help me with this problem.

Dick