I need help on customizing Audit Events using MySQL Audit Plugin available since MySQL 5.5 version. Basically I need help on - i) How to customize the pluggable audit interface in mysqld that will audit events in which user is intertested For Example - Events from Connection class: connect, login, logout, disconnect, etc. Events from Alter Privilege class: GRANT, REVOKE etc. Events from General Query class : UPDATE , INSERT and DELETE ii) How and where to make changes to capture only these events? Will it be readily available or i need to write any C/Java code for it? Any help or pointers related to above queries will be really useful to me. Thanks in advance. Prachi