Advertisement
Guest User

Untitled

a guest
Sep 1st, 2017
1,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. php changePassword.php --user="username" --password="password"
  2.  
  3. UPDATE user SET user_password = CONCAT(':B:somesalt:', MD5(CONCAT('somesalt-', MD5('somepass')))) WHERE user_name = 'someuser';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement