1You want to edit this file: "\xampp\phpMyAdmin\config.inc.php"
2
3change this line:
4
5$cfg['Servers'][$i]['password'] = 'WhateverPassword';
6to whatever your password is. If you don't remember your password, then run this command within the Shell:
7
8mysqladmin.exe -u root password WhateverPassword
9where WhateverPassword is your new password.