You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
After updating MySQL8 from an earlier release up to 8.0.26 the utilities stopped working. Even the command mysqlserverinfo fails as the support for utf8mb3 is removed.
$ mysqlserverinfo --server=<conn_info>
ERROR: Character set 'utf8mb3' unsupported.
Maybe it's possible to make it compatible again....