Created
November 19, 2018 09:47
-
-
Save Dari4sho/3ebcc73b36a7cbd739378a094c123759 to your computer and use it in GitHub Desktop.
.ddev UTF8 Database Error: "Database update failed Error: Index column size too large. The maximum column size is 767 bytes."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [mysqld] | |
| collation-server = utf8_general_ci | |
| character-set-server = utf8 | |
| innodb_large_prefix=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment