phpmyadmin debian password protect
Quick one – steps to password protect your phpmyadmin on Debian.
Good idea also to use a symlink to obfuscate the ‘phpmyadmin’ url too.
Eg. within the docroot of a site I wish to install phpmyadmin on, I would do:
cd /var/www/site
ln -s SECRET_PATH_TO_DB /usr/share/phpmyadmin/
Your phpmyadmin install is then available on site.com/SECRET_PATH_TO_DB
For the htaccess password protection, this is a very handy generator tool. The username and password you choose for the .htpasswd protection should be saved to /usr/share/phpmyadmin/.htpasswd (swap /usr/share for whatever install path you have).
//