Is it possible in MySQL that I can get a list of all the UPDATE, DELETE and INSERT queries executed in last 1 hour? I want to do this for a sync functionality where I'll get this list at Server1 and pass to Server2 which will then execute all these and get sync'd.
Asked
Active
Viewed 168 times