Re: create_time

2015-04-30 Thread Pothanaboyina Trimurthy
Hi Martin, which table are you looking at from information_schema? TABLES table should give you the correct information based on CREATE_TIME column, also if you check for show table status like 'table_name'; gives you the right information. On Fri, May 1, 2015 at 3:12 AM, Martin Mueller

create_time

2015-04-30 Thread Martin Mueller
I had thought that MySQL remembers the date when a table is first created and stores it in the create_time column of Information Schema. But this doesn¹t seem to be the case.On my machine it seems to record the date of most recent access. Which seems odd. Am I doing something wrong? Is there a

MySQL Connector/Python 2.1.2 Beta has been released

2015-04-30 Thread Hery Ramilison
Dear MySQL users, MySQL Connector/Python 2.1.2-Beta is a Beta version of 2.1 release series of the pure Python database driver for MySQL. It is intended to introduce users to the new features. This release is not feature complete but it should be stable enough for users to understand the new