Overview
This page allows administrators to monitor all active MySQL processes from a centralized interface. It provides a real-time overview of running queries, including details such as process ID, user, host, database, command type, execution time, and current state, enabling efficient tracking and management of database activity.
1. Column Description
Briefly describe each field shown in the table:
- ID – Unique process identifier
- User – MySQL user executing the query
- Host – Source of the connection
- Database – Database in use
- Command – Type of operation (Query, Sleep, etc.)
- Time – Duration of the process
- State – Current status of the query
- Info – SQL query being executed