[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] MySQL and changes



Christopher Fowler wrote:
> I'm using datetime throughout the whole application.  I was looking for
> a way that MySQL would update the time even if I went into the db via
> the command line client and did an update. Like an audit.

Does MySQL support triggers?  You could place a trigger on every 
existing table to do what you want.

-- 
Until later, Geoffrey