John Chase’s Blog

The Personal Blog of John Chase

Creation Time of a MySQL Database

without comments

INFORMATION_SCHEMA is your friend. Even though it’s not a base table and a view (no actual data files exist for views) it contains useful information about your mysql database; including create_time. See full documentation here.

Written by admin

January 5th, 2012 at 9:46 pm

Posted in Uncategorized

Leave a Reply