Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. mysqladmin -u root -p'oldpassword' password 'newpassword'
  2.  
  3. mysqladmin -u root -p'oldpassword' password ''
  4.  
  5. [client]
  6. user = root
  7. password = s3kr1t
  8.  
  9. UNINSTALL PLUGIN validate_password;
  10. SET PASSWORD FOR root@localhost = PASSWORD('');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement