Get Date/Time of Changes made to a database or specfic table
Hi,
I wanted to know how I can access the inforamtion, when a table was created, the last change was made to it.
And if it is possible, I'd alos would like to know, if there is a way to get the time when a data row was last manipulated (inserted, updated). Or do I have to build my own solution in the application?
I'm using MySQL with the Database ruuning the InnoDB Engine.
Thanks
Oliver

