Does MySQL provide a way to query the last time a table's data was changed (i.e., insert, delete, or update)? Preferably, I'd like to execute an SQL statement to get the information. I realize I could go look at the .frm files on disk, but I may not have local access to the MySQL server. --Dave