Re: cannot import data which contain unicode data into database
Posted by: Rick James
Date: March 22, 2011 07:43AM

You need to tell mysql what character set the data is in. This can be done either on the command line or in my.cnf in the [client] section.

Further charset discussion:
http://mysql.rjweb.org/doc.php/charcoll

"Unicode" is rarely used in file transfers, perhaps you mean "utf8"? (Those two are often confused.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: cannot import data which contain unicode data into database
2385
March 22, 2011 07:43AM


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.