/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE USER SET user_password = MD5(CONCAT(user_id, '-',MD5('password'))) WHERE user_name = 'username';