Forum Moderators: phranque
the problem is as follows: i'm currently writing a cache control system and have to track all DB changes to respond correctly with headers information. db is mysql, script is being written in PHP. How can i get the last update time and date for a certain db?
right now i do the following: show table status from my_db_name -> find the maximum from Update_time field
but may be there's a shorter, or easier way?
thanks.