MA sets the wrong charset at import!
Just add this line to your file at the beginning - and it will import correctly
with 1.1.9 too (tested with MySQL 4.0 and 5.1):
SET CHARACTER_SET_RESULTS = latin1;
before
--
-- Create schema dbtest
--
and you'll 'override' what MA does wrong. I don't have MA 1.0 installed but
works with 1.1.
I also have to delete the 'TYPE = MYISAM' because MA 1.1.19 changes that to
*ENGINE ...' what MySQL 4.0 does not understand.
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --