-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Bad collation Error Message #4236
Comments
Possibly related to my experience. I was able to run a sql dump as an import yesterday and it ran fine. Today, after rebuilding my container, I'm getting a utf8mb3 error and there's no mention of it anywhere in the dump file.
|
Unrelated.
Unrelated. We don't support the |
Actually, I do think it's similar. From my sample above and all other tables, the charset it is trying to use is utf8. I can see from a |
Hi @chadmpaul , We'd love to learn what you are using Dolt for. Business or pleasure? Swing by our Discord or shoot me an email if you want to share. |
@timsehn This is fixed in dolthub/go-mysql-server#1227 @chadmpaul So Also, the above PR adds |
I assume it's supposed to say the collation
utf8mb4_unicode_520_ci
notutf8mb4
which is the character set.The text was updated successfully, but these errors were encountered: