Show the list of connected users
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 | +-------------------+
Agent documentation | LLMs.txt | Sitemap