Check for updates in the logs. Enable logging in MySQL:
Type the following in mysql backend console.
SET GLOBAL log_output = 'TABLE';
SET GLOBAL general_log = 'ON';
Check for updates with queries: (you can customize this to your need)
select argument from mysql.general_log where argument REGEXP '*INSERT*';