Guest User

Untitled

a guest
May 25th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. mysql> SELECT user, host FROM mysql.user;
  2. +------------------+---------------+
  3. | user | host |
  4. +------------------+---------------+
  5. | root | 127.0.0.1 |
  6. | sam | 127.0.0.1 |
  7. | | localhost |
  8. | debian-sys-maint | localhost |
  9. | root | localhost |
  10. | | samducker.com |
  11. | root | samducker.com |
  12. +------------------+---------------+
  13. 7 rows in set (0.00 sec)
Add Comment
Please, Sign In to add comment