Skip to content

Instantly share code, notes, and snippets.

@ggalletty
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save ggalletty/11306294 to your computer and use it in GitHub Desktop.

Select an option

Save ggalletty/11306294 to your computer and use it in GitHub Desktop.
SQL query to hard-reset WordPress account password. #SQL #WordPress
update wp_users set user_pass=MD5('newpassword') where user_login='username'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment