Re: Error Code 1300: Invalid utf8 character string
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?
Subject
Views
Written By
Posted
52468
August 09, 2016 01:40PM
16426
August 09, 2016 02:41PM
Re: Error Code 1300: Invalid utf8 character string
17051
August 09, 2016 03:35PM
15779
August 14, 2016 06:33PM
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.