Overview
information_schema.SESSION_STATUS provides information about session status, such as the number of active connections and the database active duration (uptime).
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| VARIABLE_NAME | varchar(128) | NO | The session status information. |
| VARIABLE_VALUE | varchar(1024) | YES | The session status value. |