I'm trying to do a one way sync from MySQL4.11 on windows to 3.23 on a linux web server. The tables all have timestamp fields.
The SQLyog sync tool reports an error that the timestamp fields are mismatched. I can't get them to match, which I think is due to the differences between 4.11 and 3.23 and the isp is unwilling to upgrade MySQL.
However, it would be acceptable to leave the timestamp column out of the synchronisation. The problem is that if I ask the sync tool to omit the column, I still get the same mismatch error. How can I get around this?
Hopefully,
Cactus Jon.