This is just for your information... I have worked around the problem...
While trying to copy the my dev MySQL database from my workstation to a VM using Navicat I was unable to complete the migration due to a problem in the admintools tables.
MySQL reported:
[Err] [Dtf] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
`created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' ,
`created_by` ' at line 10
[Err] [Dtf] Finished - Unsuccessfully
during the migration.
I have replicated by completely uninstalling AdminTools. deleting all adminTools tables, reinstalling AdmiTools and then migrating. So the problem occurs during the install of AdminTools.
I've worked around by uninstall admintools, migrating and then reinstalling on the VM.
So... just FYI.
Chris