mysqlimport and utf8 data
Posted by: Flo Reeder
Date: August 01, 2006 06:39PM

I am trying to import data with mysqlimport. The data is UTF-8 data (European, Russian). The database was created with:

CREATE DATABASE mydb DEFAULT CHARSET utf8;

The import is attempted with:

mysqlimport -# -u root -v -d --default-character-set=utf8 --fields-terminated-by=\t mydb myfile.csv

I am using the Windows version of 5.0.

Help please,

flo

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqlimport and utf8 data
3381
August 01, 2006 06:39PM


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.