Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. root@db02:/var/log/mysql# mysql -e "show full processlist\G" -p
  2. Enter password:
  3. *************************** 1. row ***************************
  4. Id: 1
  5. User: system user
  6. Host:
  7. db: NULL
  8. Command: Connect
  9. Time: 169
  10. State: Waiting for master to send event
  11. Info: NULL
  12. Progress: 0.000
  13. *************************** 2. row ***************************
  14. Id: 2
  15. User: system user
  16. Host:
  17. db: NULL
  18. Command: Connect
  19. Time: 4295
  20. State: Reading event from the relay log
  21. Info: NULL
  22. Progress: 0.000
  23. *************************** 3. row ***************************
  24. Id: 126
  25. User: datanalytics
  26. Host: da03.prod.bpm.cdc.ot01.net:41606
  27. db: mercury
  28. Command: Sleep
  29. Time: 0
  30. State:
  31. Info: NULL
  32. Progress: 0.000
  33. *************************** 4. row ***************************
  34. Id: 127
  35. User: root
  36. Host: localhost
  37. db: NULL
  38. Command: Query
  39. Time: 0
  40. State: NULL
  41. Info: show full processlist
  42. Progress: 0.000
  43. root@db02:/var/log/mysql#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement