Get the list of currently connected MySQL users

Show the list of connected users

Sections

Terminology & Glossary
πŸ“– Documentation
Navigation
35 sectionsv0.1
πŸ“„ Get the list of currently connected MySQL users β€” glaze help mysql-distinct-connected-users
mysql-distinct-connected-users

Get the list of currently connected MySQL users

Show the list of connected users

Appsqletonmysqlselectdistinctcolumns

You can get the list of currently connected users on a MySQL database with:

❯ sqleton select --table information_schema.processlist --distinct --columns USER
+-------------------+
| USER              |
+-------------------+
| ttc_analytics_dev |
+-------------------+