Reputation: 787
i'm looking for a way to detect when an sql statement is fired, which statement was it and which database was modified. I'm looking for a way to catch this data everytime an sql statement is executed on a mysql server (Linux server/Ubuntu).
Thanks.
Upvotes: 0
Views: 186
Reputation: 16362
How about with triggers? I've built complex auditing systems with them before, and they're just great.
Upvotes: 3