Guest User

Untitled

a guest
May 23rd, 2018
124
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('MyNewPass') WHERE User='root';
  2. FLUSH PRIVILEGES;
  3.  
  4. --init-file=C:\\mysql-init.txt
Add Comment
Please, Sign In to add comment