From: Date: January 25 2008 11:36pm Subject: Migration Toolkit: Unknown initial character set List-Archive: http://lists.mysql.com/gui-tools/2033 Message-Id: <000b01c85fa2$ccfca830$1c04a8c0@jim> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit I'm attempting to use the Migration Toolkit to migrate an Access database to a MySQL 5.0.45 server running on Windows Server 2003. The default character set on the MySQL server is latin1 with default collation of latin1_general_ci. I get the following error when connecting to the remote MySQL server: Unknown initial character set index '48' received from server. Initial client character set can be forced via the 'characterEncoding' property. Can someone explain the error and how exactly to work around it?