Page 1 of 1

mysqldump

Posted: Tue 29 Sep 2015 23:47
by KW
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

Re: mysqldump

Posted: Wed 30 Sep 2015 12:14
by Pinturiccio
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