RaigorJiang commented on issue #13023: URL: https://github.com/apache/shardingsphere/issues/13023#issuecomment-942914516
A user encountered a similar problem before, and his charset of the database is `utf8mb4` too. But then we found the root problem is that the character set of the `table` in this database is not `utf8mb4`, but `utf8`. So, I suggest you also check the character set of the table. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
