Posted by:
CyberSpatium
(---.hsd1.or.comcast.net)
First find this line in your phpmyadmin config.ini.php file, and set it to some random text and numbers:
$cfg['blowfish_secret'] = '';
Next find this line:
$cfg['Servers'][$i]['auth_type'] = 'config';
Change to:
$cfg['Servers'][$i]['auth_type'] = 'cookie';
Now you have to login to phpmyadmin. to switch users, logout, and let the new user log in.