Author Archive

Using MySQL Triggers to Audit Field Changes from a Database Table

By: Arpee OngĀ  A MySQL trigger is an object that is associated to a table. It is a set of tasks that is ran/activated when a particular operation is imposed on a table. A couple of operations that can invoke a MySQL trigger is an Insert and Update. This article will discuss how this feature [...]