I am migrating a database from SQL Server to MySQL . In migration it gives error when populating tables in MYSQL TIMESTAMP .
Incorrect datetime value ( 2007-10-21 00:00:00.000000 )
When du% manual% fills the hours, it inserts the value correctly. I can somehow configure MySQL to always accept TIMESTAMP with time zeroed insert
?