572e2c0dc ^
1 2 3
# Convert passwords to MD5 hashes UPDATE `login` SET `user_pass`=MD5(`user_pass`);