Guest User

Untitled

a guest
Mar 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. mysql> UPDATE user
  2. -> SET Password=NULL
  3. -> WHERE User='root';
  4. ERROR 1046 (3D000): No database selected
  5. mysql>
Add Comment
Please, Sign In to add comment