Blog

How To: Use MySQL triggers to log table changes

So you are looking for a simple way to log a history of changes to a table. There is a common practice for that, and it involves creating a logging function in your source code (maybe php) that will require you to connect to the database, and then write the values into the log table. [...]

Tags: ,

Filed under:Web Development

Follow us on