I want to an audit log for a particular user/connection and not the application itself. Anytime a client manually connects to the server with specific credentials, I want the query log, and binary log to be enabled.
Is this possible, how would I activate the log for only that user/connection while ignoring the statements run by the application?
Thanks,
Walter