MySQL Forums
Forum List  »  Newbie

Re: mysql Ver 8.0.32-0ubuntu0.20.04.2 issue invalid utf8mb4 character string
Posted by: Jon Stephens
Date: February 17, 2023 08:49AM

Hi Christophe,

It looks like you are using _ai collations, which are accent-insensitive.

Note that, if accent sensitivity isn't specified, _ci implies _ai and _cs implies _as.

See Collation Naming Conventions, in the MySQL Manual.


cheers

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql Ver 8.0.32-0ubuntu0.20.04.2 issue invalid utf8mb4 character string
February 17, 2023 08:49AM


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.