-
Notifications
You must be signed in to change notification settings - Fork 62
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
Doesn't work with MySQL 8 due to different default charset #77
Comments
@jonaslm , had a similar issue when I upgraded mysql from 5 to 8 with latin1 as the charset. however, this problem later morphed into: |
@gonja-dude |
@jonaslm |
We still haven't replaced them, sadly. If anyone finds a workable alternative we're also interested :) |
MySQL 8 changed the default charset to utf8mb4. It seems this broke the mysql sensu scripts, as they all error out when connecting now.
CheckMySQLHealth CRITICAL: MySQL check failed: unknown charset number: 255
As far as I can tell, there's no configuration option for the scripts to tell what charset they should use when connecting.
The text was updated successfully, but these errors were encountered: