简体   繁体   中英

Track database changes to all tables

Like this question and it's answer: Is there a MySQL option/feature to track history of changes to records?

I have done a table history for another table which track changes like UPDATE, DELETE, INSERT. I made an application in C# that retrieves me from table_history into a text document what I need to know about the changes.

My question is: what can I do to track all database or I make a table_history for all tables in my database, not only for one, same for that link. I need to keep a log from the entire database.

Try Maxwell it is an Open source tool it will push all db changes to kafka you can later fetch from that topic

http://maxwells-daemon.io/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM