Table altered

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Table altered

Post by Charles256 »

Is it possible to see if a table has been altered in the past day or anything like that on mysql? I'm just having trouble figuring out the keywords to find information regarding that. Thanks a ton.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Only by parsing the query log, afaik.
http://dev.mysql.com/doc/refman/5.0/en/query-log.html
Post Reply