Guest User

Untitled

a guest
Feb 8th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. sudo /usr/local/mysql/bin/mysql -u root
  2. UPDATE mysql.user SET Password=PASSWORD('root') WHERE User='root';
  3. FLUSH PRIVILEGES;
  4. q
Add Comment
Please, Sign In to add comment