Re: Character set/Collation problem in MySQL 4.1
Posted by: Eddie Moojen
Date: August 03, 2005 04:46PM

Found this:
Just short note for everybody who has problem with LOAD DATA INFILE and
correct charset of the file. Loaded file must have SAME charset as *DATABASE*
which contains target table of LOAD DATA command. *Target table charset*
DOESN'T matter.

I didn't find any note about it in manual but I think it is
useful to know it.

Also once you got it imported in the *DATABASE* you move the data arround it seems without too much problems:
insert into db_utf.table_utf select * from db_chrst1.tbl_chrst1;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Character set/Collation problem in MySQL 4.1
2359
August 03, 2005 04:46PM


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.