-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Newly installed instance could use incorrect "utf8" charset for MySQL #25378
Comments
lunny
pushed a commit
that referenced
this issue
Jun 21, 2023
In modern days, there is no reason to make users set "charset" anymore. Close #25378 ##⚠️ BREAKING The key `[database].CHARSET` was removed completely as every newer (>10years) MySQL database supports `utf8mb4` already. There is a (deliberately) undocumented new fallback option if anyone still needs to use it, but we don't recommend using it as it simply causes problems.
Keep it open for 1.20 .... it's a serious problem now .... |
Could you backport #25413 ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A default install could produce such app.ini:
"utf8mb4" is required for MySQL to work with emoji.
The text was updated successfully, but these errors were encountered: