Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. mysql> SHOW FULL PROCESSLIST \G;
  2. *************************** 1. row ***************************
  3. Id: 5
  4. User: event_scheduler
  5. Host: localhost
  6. db: NULL
  7. Command: Daemon
  8. Time: 97853
  9. State: Waiting on empty queue
  10. Info: NULL
  11. *************************** 2. row ***************************
  12. Id: 9
  13. User: system user
  14. Host:
  15. db: NULL
  16. Command: Connect
  17. Time: 97853
  18. State: waiting for handler commit
  19. Info: Group replication applier module
  20. *************************** 3. row ***************************
  21. Id: 12
  22. User: system user
  23. Host:
  24. db: NULL
  25. Command: Query
  26. Time: 3409
  27. State: Slave has read all relay log; waiting for more updates
  28. Info: NULL
  29. *************************** 4. row ***************************
  30. Id: 16648
  31. User: monitorp
  32. Host: 192.168.200.70:35420
  33. db: NULL
  34. Command: Sleep
  35. Time: 1
  36. State:
  37. Info: NULL
  38. *************************** 5. row ***************************
  39. Id: 16653
  40. User: gestimit
  41. Host: 192.168.200.70:35448
  42. db: 01929
  43. Command: Sleep
  44. Time: 12
  45. State:
  46. Info: NULL
  47. *************************** 6. row ***************************
  48. Id: 17144
  49. User: root
  50. Host: localhost
  51. db: NULL
  52. Command: Query
  53. Time: 0
  54. State: starting
  55. Info: SHOW FULL PROCESSLIST
  56. 6 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement