Re: Detecting Changes in table in order to detect when any changes
Posted by: Peter Brawley
Date: June 22, 2018 08:05AM

MySQL has no such service.

To catch table changes the app could query information_schema.tables.update_time as often as you please.

To catch row-level changes, the table needs an update_time column you poll in the same way.

Options: ReplyQuote


Subject
Written By
Posted
Re: Detecting Changes in table in order to detect when any changes
June 22, 2018 08:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.