Guest User

Untitled

a guest
Jan 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. use mysql;
  2.  
  3. update user set password=PASSWORD("password") where User='root';
  4.  
  5. flush privileges;
  6.  
  7. quit
Add Comment
Please, Sign In to add comment