-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ext_translations table giving hard time. #1941
Comments
It's a prefix limitation specific to 5.6. For 5.7 and up, the prefix limit has beed raised to ~3000+ symbols afaik. |
For the moment i run the server with different servers but i was wondering if there are any other solutions. :-) |
What version of mysql did yo uspecify when generating the zipfile from phpdocker? |
|
I´m interested to know if someone else already resolved this. |
Hi, |
When using a multibyte character set such as utf8mb4, the character length goes from 255 to 191. This resolves errors such as “specified key was too long”
Fixed in |
I'm using a simple docker setup generated using phpdocker.io with the latest symfony version nothing too fancy.
Give the following migration i get an error even if i set mysql to run by default using utf8mb4 charset.
The error:
Any advice on how to fix this problem?
The text was updated successfully, but these errors were encountered: