First thing, make sure you rebuild all of the meta data files before trying to import. The second, the error itself comes from MySQL 5's default strict mode. The post itself might be corrupt because it doesn't seem to contain any data, but you can try running the following SQL command from something like phpmyadmin before the import to disable the strict mode for mysql 5 and see if that helps:

SET GLOBAL SQL_MODE=”;