1) Go to your Xampp Root folder
For Ex : C:xampp/phpmyadmin/config.inc.php
2) In that find the following :
$cfg['servers'][$i]['password'] = '';
3) Here enter which password you set.
Ex : $cfg['servers'][$i]['password'] = '1234';
4) Then Save it and Restart your Xamp server.