Skip to content

Instantly share code, notes, and snippets.

@chardcastle
Created March 8, 2013 23:44
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 chardcastle/5121364 to your computer and use it in GitHub Desktop.
Save chardcastle/5121364 to your computer and use it in GitHub Desktop.
Reset admin password on Wordpress 3.5.1
-- SQL to reset user password on wordpress 3.5.1 to 'tacoseven'
update wp_users set user_pass = '$P$BsrjScKnteWABdcJxOPgd7EepP7QME1' where user_login = 'admin';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment