Results 1 to 3 of 3

Thread: Last time the table was changed

  1. #1
    Working. Masetek's Avatar
    Join Date
    Aug 2005
    Location
    Aust
    Posts
    543

    Last time the table was changed

    Does anyone know if there is a mysql command that returns the last time a table was modified?

  2. #2
    Registered fatnewt's Avatar
    Join Date
    Nov 2003
    Location
    Ottawa, Canada
    Posts
    57
    You can use SHOW TABLE STATUS. This will output the status details of every table on the active database.

    One of the columns returned is Update_time, which is what you want.


    See: http://dev.mysql.com/doc/refman/5.0/...le-status.html

  3. #3
    Working. Masetek's Avatar
    Join Date
    Aug 2005
    Location
    Aust
    Posts
    543
    Excellent, thanks

Similar Threads

  1. Time Management: How much time daily?
    By BGray in forum General Management Issues
    Replies: 8
    Last Post: 03-07-2006, 05:32 AM
  2. Time Management
    By Todd W in forum General Chat
    Replies: 16
    Last Post: 09-25-2005, 08:19 AM
  3. Time time time...
    By Joachim in forum General Chat
    Replies: 24
    Last Post: 03-08-2005, 04:05 PM
  4. table drop downs ?? :s
    By k0r54 in forum HTML, CSS, Layout, and Design
    Replies: 3
    Last Post: 11-20-2003, 09:44 PM
  5. Large table and downloading
    By johnn in forum Website Programming & Databases
    Replies: 3
    Last Post: 10-12-2003, 05:53 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •