Re: Need support for implement Audit Log
MySQL doesn't currently have a functional equivalent of MS SQL server's temporal tables, commercial or community.
You either need to make your own (using views and triggers) or consider mining the binlog data with a similar effect.
It could also be the case that you just need to track the operations performed on a table (who did what when). Then you might do fine with just audit logging the table events.
Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria
Subject
Views
Written By
Posted
1392
January 29, 2019 06:08AM
399
January 29, 2019 11:03AM
Re: Need support for implement Audit Log
441
February 02, 2019 05:06AM
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.