Guest User

Untitled

a guest
Oct 21st, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';
  2. FLUSH PRIVILEGES;
  3.  
  4. # maybe need plugin5.6+ support
Add Comment
Please, Sign In to add comment