Performance Schema users Table
The users table tracks connection statistics aggregated by user name, including current active connections and total historical connections.
Description
Column
Description
Example
SELECT * FROM performance_schema.users;
+------------------+---------------------+-------------------+
| USER | CURRENT_CONNECTIONS | TOTAL_CONNECTIONS |
+------------------+---------------------+-------------------+
| debian-sys-maint | 0 | 35 |
| NULL | 20 | 23 |
| root | 1 | 2 |
+------------------+---------------------+-------------------+Last updated
Was this helpful?

