PHPMyAdmin Password Protection
2011
Just found this rather handy link regarding password protection when using a localhost version of PHPMyAdmin (and probably works on dedicated server setups too): http://how2notfail.com/web-development/password-protect-phpmyadmin-without-htpasswd/ Basically, you edit the config.inc.php file which sits in the root directory of your PHPMyAdmin folder. In WAMP (and I assume LAMP and MAMP too) your PHPMyAdmin folder will be [...]
Comments