3 messages in com.mysql.lists.mysqlutf8 importing problem
FromSent OnAttachments
pyt...@hope.cz27 Oct 2006 23:21 
Jerry Schwartz30 Oct 2006 07:36 
Jerry Schwartz30 Oct 2006 13:09 
Subject:utf8 importing problem
From:pyt...@hope.cz (pyt@hope.cz)
Date:10/27/2006 11:21:27 PM
List:com.mysql.lists.mysql

I use MySQL database with utf8 character set and utf8_czech_ci collation. It works well on Linux server but when I try to export the data and import into the same database but running on XP machine the
utf8 is gone.Instead of a proper coding there are some strange characters.

I used mysqldump --default-character-set=utf8 mimi >/home/Result.sql to export data to /home/Result.sql file on Linux machine. Then I downloaded the file to my XP and here I used mysql --default-character-set=utf8 mimi < Result.sql to import data. Is it correct?

Any help would be appreciated

L.

------- End of forwarded message -------