Advertisement
Guest User

Untitled

a guest
Sep 17th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. mysql> Select user, host from mysql.user;
  2. +----------+-----------+
  3. | user | host |
  4. +----------+-----------+
  5. | justin | % |
  6. | testuser | % |
  7. | root | 127.0.0.1 |
  8. | root | 9.10.%.% |
  9. | | chef |
  10. | root | chef |
  11. | | localhost |
  12. | justin | localhost |
  13. | root | localhost |
  14. | justin | x.x.x.x |
  15. +----------+-----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement