I was wondering if I should set up a secure connection for the db administration application (phpmyadmin) for my sites.

They don't store credit cards nor anything that could be valuable for a hacker.

link|improve this question

50% accept rate
feedback

1 Answer

up vote 5 down vote accepted

They're fairly rare, unless you access it over a wireless system. On the other hand, setting up a self-signed SSL certificate is pretty simple and raises the effort required to do a MITM attack, so there's no good reason not to do it.

Does it store passwords? Could compromising your (or some users') password compromise other sites? That's the main risk.

link|improve this answer
1  
Agree. SSL on database and website admin areas is generally a good idea and usually pretty simple to setup. – Rob May 24 '11 at 12:43
+1, agreed. Furthermore, you're best off learning how to do this on the stuff that doesn't really matter, so you can do it properly when it DOES. (And Rob's right, it's pretty easy) – Christopher Karel May 24 '11 at 15:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.