Diary of problems and solutions related to web programming, database development and related technologies and platforms.

SQL script to change password from plain text to md5

UPDATE `adminusers` SET `Password` = MD5(`Password`);

No comments :

Post a Comment