Zasadniczo dzieje się to, że masz nieprawidłowe dane uwierzytelniające w swoim pliku [ .../phpMyadmin/config.inc.php]. Dzieje się tak, jeśli masz zainstalowaną inną instancję mysql, a nazwa użytkownika i hasło, których używasz w tym pliku są różne.Musisz zmienić nazwę użytkownika i hasło w powyższym pliku, aby pasowały.
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root'; //Change this to your values
$cfg['Servers'][$i]['password'] = 'root'; //Change this to your values
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';