MySQL Forums
Forum List  »  General

Re: Load data infile UTF8 encoding
Posted by: Peter Brawley
Date: February 23, 2018 08:19PM

In a mysql instance where all char* settings are utf8mb4, your text entry loads correctly into the table as you define it.

A first guess is that your load data result is tripping over one or more of ...

Client characterset: latin1
Conn. characterset: latin1
character_set_results: latin1

Options: ReplyQuote


Subject
Written By
Posted
Re: Load data infile UTF8 encoding
February 23, 2018 08:19PM


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.