How to enable phpmyadmin authentication after fresh xampp install
It is always a good practice to enable authentication for phpmyadmin after installing xampp, so that only authorized users can login. First step is to modify the config.inc.php file under phpMyAdmin directory. Change the...