What encryption would one use to change a password in phpMyAdmin?
thanks!
CommentAuthorThijs
er.. could you be more specific?
Are you talking about a password column? SHA1 or MD5 (are PHP functions) can be used to store passwords in the database in an encrypted way. But normally you are not change them using phpMyAdmin.
CommentAuthornextstep
Thijs, I've sorted this out (yes, one would not normally do it).