Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
It'd be useful to filter DCL queries for logging.
These are:
CREATE USER
DROP USER
RENAME USER
GRANT
REVOKE
SET PASSWORD
So the server_audit_events can accept value of QUERY_DCL,
set global server_audit_events='query_dcl';
That's going to filter the abovementioned DCL statements for logging.