Re: Error Code 1300: Invalid utf8 character string
Posted by: Michaela Metzger
Date: August 09, 2016 03:35PM

Thanks for your reply.

TABLE = latin1 - default collation
COLUMN = latin1_swedish_ci

How would I check the charsets of the string?

I also ran these two queries:

SHOW VARIABLES LIKE 'character_set%'; It returned utf8 for all the character set types except binary for character_set_filesystem

SHOW VARIABLES LIKE 'collation%'; It returned utf8_general_ci

Do I need to align these charsets?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error Code 1300: Invalid utf8 character string
16752
August 09, 2016 03:35PM


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.