Created
          July 24, 2018 05:08 
        
      - 
      
- 
        Save joshuadavidnelson/d0f28677e1deab7bf4fae80823c63be8 to your computer and use it in GitHub Desktop. 
    SQL for updating a user password in WordPress
  
        
  
    
      This file contains hidden or 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 wp_users | |
| SET user_pass = MD5('newpassword') | |
| WHERE ID = 55; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment