Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ```
  2. ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
  3. ```
  4.  
  5. Created at MySQL Expression.
  6. ```
  7. NOW()
  8. ```
  9.  
  10. Updated at MySQL Epression.
  11. ```
  12. NOW() ON UPDATE NOW()
  13. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement