Last active
April 5, 2020 23:56
-
-
Save mccombs/eee6220c1d2483b53a7f377a8a4e94b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE exp_members | |
SET password = SHA1('pass123') | |
WHERE member_id = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment