MySQL Forums
Forum List  »  Triggers

Triggers usage and potential issues
Posted by: Gonzalo Garcia
Date: December 01, 2010 04:37PM

I would like to use a trigger for auditing some tables data. Every time there is a change in any of these tables, a trigger would execute an insert in an audit/historical table.

This table would be located in a different mysql database.

Given this scenario, is there any potential issue in achieving it via Mysql triggers? If so, any advise on alternatives solutions to archive audit/historical data?

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Triggers usage and potential issues
1700
December 01, 2010 04:37PM


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.