Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. mysql> SELECT User, Host FROM user;
  2. +------------------+-----------+
  3. | User | Host |
  4. +------------------+-----------+
  5. | debian-sys-maint | localhost |
  6. | mysql.session | localhost |
  7. | mysql.sys | localhost |
  8. | root | localhost |
  9. +------------------+-----------+
  10. 4 rows in set (0.00 sec)
  11.  
  12. mysql> select Host, User, authent
  13. +-----------+------------------+-
  14. | Host | User |
  15. +-----------+------------------+-
  16. | localhost | root |
  17. | 127.0.0.1 | root |
  18. | ::1 | root |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement