Open
Description
Hi guys,
When upgrading to mysql 8 the default collation seems to be utf8mb4_0900_ai_ci which is the newer UTF-8 v9 which supposedly is better.
Is it possible to support this? Reference pull from msql2
I tried locally and adding something like this seems to fix the issue for me.
exports.UTF8MB4_0900_AI_CI = 255;
Thanks.
Metadata
Metadata
Assignees
Labels
No labels