Guest User

Untitled

a guest
Aug 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. I have a connection Issue with MySQL Server?
  2. Access denied for user 'root'@'localhost' (using password: YES)
  3.  
  4. UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root';
  5. FLUSH PRIVILEGES;
Add Comment
Please, Sign In to add comment