How To: Use MySQL triggers to log table changes
Posted March 16th, 2010 by JohnSo 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. [...]
Filed under:Web Development








