-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Request to support MySQL 8.0 latest collations: utf8mb4_0900_ai_ic, etc.... #839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
New collations which id<256 should be added to |
MySQL 8.0 has 270 collations, some collation id >255 |
MySQL's handshake reserves only one byte for collation id. And collation for connection is not so important, while encoding for connection is important. |
OK, I get it now,that’s clear, thank you. |
How does e.g. the official MySQL client transmit collations > 255 then? |
Please don't close. collation id of |
MySQL client doesn't have API to specify collation. Only charset can be specified When connection collation is really matters, client should:
Maybe, we can add collation support to |
Hi, I see a pull request ready for this issue, will it be merged anytime soon, so we can to use utf8mb4_0900_ai_ci (default for MySQL 8.x)? |
I am receiving the same error. ERROR 1273 (HY000) at line 1: Unknown collation: 'utf8mb4_0900_ai_ci' |
sorry I mistakenly didn't update my server... I only updated workbench. |
MySQL 8.0 use utf8mb4_0900_ai_ci as default collation, but when set collation as this, an error occurs: unknown collation.
The text was updated successfully, but these errors were encountered: