How do you configure MySQL users and logging to satisfy SOX auditors?
For example, if you need to log queries and the source of the query for later review by an internal SOX controls group.
Is there an easy way to distinguish queries generated by an application versus those generated by a (potentially malicious) user "logging directly into the database" ?
Are there any 3rd party tools or scripts you've found helpful?