I am using the free version 3.1 SQLyog.
I am running mysql server version 4.1.1a-alpha-nt on my local pc, when I connect to another web hosted database running Client API version 3.23.49 (from phpinfo) and attempt to copy tables I get an error because of the default charset (ENGINE=MyISAM DEFAULT CHARSET=latin1) line from the 4.1.1 server is incompatible with the 3.23.49 database.
Is there any way around this problem, do later versions of SQLyog cater with this problem, I am considering upgrading to the new SQLyog primarily to allow synchronising of databases, but as I have no say as to how hosting companies configure mySQL or which version they choose to use I am wondering if synchronising would be a problem.