Re: import utf8 to latin
Posted by: Olivier Goossens Bara
Date: May 15, 2009 05:21AM

Hello
Thank you for reply
First of all I must says that the table is already created with latin1 set AND if I import my text file using a tool like Navicat, it works

The problem is when I try to use mysqlimport

Here is what I'm doing
I also have try to use --default-character-set=latin1

But the result is the same as utf8 and wrong anyway

set character_set_database=latin1
mysqlimport --lines-terminated-by=\r\n --default-character-set=utf8 -v -d -uroot %MYDB% c:\tmp\%1.csv

Options: ReplyQuote


Subject
Views
Written By
Posted
7837
May 14, 2009 09:33AM
6819
May 14, 2009 03:08PM
Re: import utf8 to latin
3089
May 15, 2009 05:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.