TECHIES WORLD

For Techs.... Techniques.... Technologies....

LinuxMysqlPHP

Phpmyadmin asking for the login credentials while clicking the logout button


ISSUE: Phpmyadmin asking for the login credentials while clicking the logout button


 

To resolve this problem, update the line in the configuration file 'config.inc.php'

$cfg['Servers'][$i]['auth_type'] = 'config';

to

$cfg['Servers'][$i]['auth_type'] = 'cookie';

 

That's all.....

Leave a Reply