Finding the creation date of an existing database in MySQL 5?
am 03.06.2009 06:01:09 von Uma Bhat
--0016363b7b2e9a1028046b69b52d
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi all !
Is there any method to find the CREATION DATE of an EXISTING database and
tables in MySQL 5.0 or newer versions?
Thanks,
Uma
--0016363b7b2e9a1028046b69b52d--
Re: Finding the creation date of an existing database in MySQL 5?
am 03.06.2009 06:09:35 von Peter Brawley
--------------060506040509070509010305
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
>Is there any method to find the CREATION DATE of an EXISTING database and
>tables in MySQL 5.0 or newer versions?
information_schema.tables.create_time for tables.
PB
Uma Bhat wrote:
> Hi all !
>
> Is there any method to find the CREATION DATE of an EXISTING database and
> tables in MySQL 5.0 or newer versions?
>
> Thanks,
> Uma
>
>
> ------------------------------------------------------------ ------------
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.339 / Virus Database: 270.12.50/2150 - Release Date: 06/02/09 06:47:00
>
>
--------------060506040509070509010305--
Re: Finding the creation date of an existing database in MySQL 5?
am 03.06.2009 06:24:21 von Uma Bhat
--0016e64b9ada979a8e046b6a084b
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
>
> Thanks for the response, Peter.
> Yeah, I am aware of this to find it for the tables. However I require to
> find the creation time of a database..
>
> Thanks,
> Uma
>
>
> On 6/3/09, Peter Brawley wrote:
>>
>> >Is there any method to find the CREATION DATE of an EXISTING database and
>> >tables in MySQL 5.0 or newer versions?
>>
>> information_schema.tables.create_time for tables.
>>
>> PB
>>
>>
>> Uma Bhat wrote:
>>
>> Hi all !
>>
>> Is there any method to find the CREATION DATE of an EXISTING database and
>> tables in MySQL 5.0 or newer versions?
>>
>> Thanks,
>> Uma
>>
>>
>>
>> ------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - www.avg.com
>> Version: 8.5.339 / Virus Database: 270.12.50/2150 - Release Date: 06/02/09 06:47:00
>>
>>
>>
>>
>
--0016e64b9ada979a8e046b6a084b--