mysqldump

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

mysqldump

Post by KW » Tue 29 Sep 2015 23:47

Running Devart.Data.Mysql version 8.1.45.0

Some text characters are displayed as weird characters on a MysqlDump.Restore(). Do you know what could cause this issue?

One of the column types having an issue is: varchar(50), and Text data type.

Collation: latin1

Here is an example: Muñoz

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: mysqldump

Post by Pinturiccio » Wed 30 Sep 2015 12:14

Try using 'Unicode=true' parameter for your connection string or setting the Unicode property of your MySqlConnection object to 'true'. For more information, please refer to
http://www.devart.com/dotconnect/mysql/ ... icode.html

Post Reply