MySQL Forums
Forum List  »  Connector/ODBC

Re: MySQL ODBC 8.0 Unicode Driver and utf8
Posted by: Bogdan Degtyariov
Date: August 17, 2021 01:02AM

Can you try adding CHARSET=utf8mb4 to your connection string?
By default the driver uses utf8, which is max length 3 bytes instead of 4 in utf8mb4.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL ODBC 8.0 Unicode Driver and utf8
August 17, 2021 01:02AM


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.