Advertisement
Guest User

Untitled

a guest
Sep 4th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. mysql> select authentication_string from mysql.user where User = 'root';
  2. +-----------------------+
  3. | authentication_string |
  4. +-----------------------+
  5. | NULL |
  6. +-----------------------+
  7. 1 row in set (0.00 sec)
  8.  
  9. mysql> ^DBye
  10. root@rtek:/home/b/work/profile-wizard# exit
  11. ~/w/profile-wizard ❯❯❯ mysql -u root -p master ⬆
  12. Enter password:
  13. ERROR 1698 (28000): Access denied for user 'root'@'localhost'
  14. ~/w/profile-wizard ❯❯❯ ⏎master ⬆
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement