Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ```
  2. use mysql;
  3.  
  4. UPDATE user SET authentication_string=PASSWORD("securepassword") where User='root';
  5.  
  6. UPDATE user SET plugin="mysql_native_password";
  7.  
  8. FLUSH PRIVILEGES;
  9.  
  10. quit;
  11. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement