Starting from the example http://streetsmartingit.blogspot.com/2008/04/using-mysql-triggers-to-audit-field.html I want to modify it by adding two columns to see who modified each row, as well as the time it was modified.
The final audit table should look like:
| title | Current Content | Content before latest Update |who modified| time_it_modified|