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.