I am unable to connect to my MySQL in xampp I have this error:
MySQL said: Documentation 1045 - Access denied for user \'root\'@\'localhost\'
MySQL said: Documentation
$cfg['Servers'][$i]['auth_type'] = 'HTTP'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = '1234';
This solves my problem too. It just logs in automatically.