RE: problem with timestamp data type
Maybe, it has to do with the TIMESTAMP behavior: whenever you insert a TIMESTAMP value MySQL converts it to UTC and converts it back to local time (or the time you entered). To prevent this behavior you can - change TIMESTAMP into DATETIME or - "disable" it by adding this setting to the MY.INI
Recall: What does MIN_ROWS table option do?
David Lombardi would like to recall the message, "What does MIN_ROWS table option do?".