[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] MySQL and changes
- Subject: [ale] MySQL and changes
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Tue May 31 15:14:01 2005
I'm running MySQL 4.X and I want to be able to see when rows are
modified. Is there a way to create a modified column in a table that
gets updated with now() everytime a UPDATE or INSERT is executed?
I had a case where I needed to know when a table was changed to see if a
data change had caused a program to act strangely.