Which is the best way of knowing whether a mysql table was modified (by an insert, update or delete)?
I'm looking for a mysql query which can tell me this. Is this possible? My first attempt, was to make another table with the logs, but there has to be a better way.