Create Login Page for Phpmyadmin - xampp
It is very easy to create login page for Phpmyadmin at xampp. We have to find the file named config.inc.php at root\xampp\phpMyAdmin\config.inc.php.
$cfg['Servers'][$i]['auth_type'] = 'config';
you just need to replace with the line $cfg['Servers'][$i]['auth_type'] = 'cookie';
Now you will get login page for Phpmyadmin (mysql)