IT Community - Software Programming, Web Development and Technical Support

How to get the last updated date of a database?

This is a discussion on How to get the last updated date of a database? within the Database Support forums, part of the Web Development category; hi... How to get the last updated date of a Mysql Database? Regards, S.Ashokkumar....


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Database Support

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-07-2007, 07:18 AM
write2ashokkumar write2ashokkumar is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 85
write2ashokkumar is on a distinguished road
Default How to get the last updated date of a database?

hi...

How to get the last updated date of a Mysql Database?


Regards,
S.Ashokkumar.

Last edited by write2ashokkumar : 05-07-2007 at 07:26 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-09-2007, 06:30 AM
write2ashokkumar write2ashokkumar is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 85
write2ashokkumar is on a distinguished road
Default Re: How to get the last updated date of a database?

hi...


To get the last updated date of a database, use the following query.

SELECT TABLE_SCHEMA,UPDATE_TIME FROM information_schema.TABLES
WHERE TABLE_SCHEMA = '<Database Name>'
ORDER BY UPDATE_TIME DESC LIMIT 1;


Thanks & Regards,
S.Ashokkumar
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert a date in milliseconds back to a date string itbarota HTML, CSS and Javascript Coding Techniques 2 03-03-2008 09:03 PM
How can I show the documents last modified date in the format: month, date, year, tim Pvinothkumar HTML, CSS and Javascript Coding Techniques 3 12-28-2007 05:58 AM
How can I compare a date in a string with todays date? itbarota HTML, CSS and Javascript Coding Techniques 2 12-18-2007 11:02 PM
How to find the Starting date of week from a particular date kingmaker C# Programming 1 08-16-2007 11:25 PM
How to convert a date to a globally accepted date format, in DOT NET 2005? Archer C# Programming 1 07-25-2007 03:21 AM


All times are GMT -7. The time now is 07:53 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0