I would like to know if there is a way to audit DML on specified tables. I'm referring to MYSQL version 5.x
After doing some research I understand that auditing INSERT, UPDATE, DELETE on specified tables can only be done with triggers. Is that correct?
Is there a way to auditĀ SELECT?