When ever I try to export db as SQL dump and than import it (into a different MySQL version) OR copy a database to a different host
IF the target host is an older version MySQL server (in my case 3.23.58-16.RHEL3.1) than the source host (in my case 4.1) I get the following error.
Error Code : 1064
You have an error in your SQL syntax near 'ENGINE=InnoDB DEFAULT CHARSET=latin1' at line 89
Now if you remove 'ENGINE=InnoDB DEFAULT CHARSET=latin1' from the sql code it seems to solve the problem.
But I'm still left to copy by sql dump and restore and hand remove all these 'ENGINE=InnoDB DEFAULT CHARSET=latin1'
I'm using SQLyog 4.07. (the free edition though it used to cost ... no!? I though I paid for it something like $15 ???) Anyway ....
Is there any way I can avoid having to do this!????
Thank you for helping
Geza Turi
