mirror of
https://github.com/orderbynull/lottip.git
synced 2026-04-25 06:45:49 +03:00
[GH-ISSUE #8] User Filtering Question #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lottip#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ecetiner87 on GitHub (May 9, 2019).
Original GitHub issue: https://github.com/orderbynull/lottip/issues/8
Hi,
Thank you for this great application. It is very useful to have overall view on query profiling of mysql DB.
Since there is no Wiki page, I used Issues panel to ask this question. Is it possible to filter queries by USER on this app? For example; I want to know queries executed by a specific user X. Can this application handle this?
I have tens of mysql DB running for a realtime application and there are 5 admin accounts who have root privileges on those and I want to track each user action. I know this can be done via general.log or slow.log, however it impacts performance dramatically.
Currently I used Mysql-Proxy as workaround. Having such a feature as GUI will be very helpful indeed.
Regards.
@orderbynull commented on GitHub (May 13, 2019):
Hi Erkan,
Unfortunately No at this moment. I'll think how to implement that in next versions.
Thanks for your feedback.