Skip to content

Instantly share code, notes, and snippets.

@rdbox
Last active May 8, 2017 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdbox/270faeb8877b13bfbd82dfec64fb71a8 to your computer and use it in GitHub Desktop.
Save rdbox/270faeb8877b13bfbd82dfec64fb71a8 to your computer and use it in GitHub Desktop.
UPDATE `jos_users`
SET `password` = MD5('new_password')
WHERE `username` = 'admin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment