Guest User

Untitled

a guest
Oct 6th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Access Prompt and input:
  2.  
  3. ```
  4. mysqld -u
  5. ```
  6.  
  7. On mysql prompt, input:
  8.  
  9. ```
  10. UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root';
  11. FLUSH PRIVILEGES;
  12. ```
Add Comment
Please, Sign In to add comment