Skip to content
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

MySQL error: The maximum column size is 767 bytes #358

Closed
q23 opened this issue Jul 1, 2024 · 1 comment
Closed

MySQL error: The maximum column size is 767 bytes #358

q23 opened this issue Jul 1, 2024 · 1 comment

Comments

@q23
Copy link
Contributor

q23 commented Jul 1, 2024

Fehlermeldung beim aufsetzen: MySQL error: The maximum column size is 767 bytes

767 bytes in MySQL version 5.6 (and prior versions), is the stated prefix limitation for InnoDB tables. It’s 1,000 bytes long for MyISAM tables. This limit has been increased to 3072 bytes In MySQL version 5.7 (and upwards).

Ich hab nun das : COLLATE utf8_general_ci
mit: COLLATE utf8_general_ci ROW_FORMAT=DYNAMIC

slackero added a commit that referenced this issue Jul 6, 2024
slackero added a commit that referenced this issue Jul 6, 2024
@slackero
Copy link
Owner

slackero commented Jul 6, 2024

Thanks for reporting and a possible solution. I have added a small change to (hopefully) force this on MySQL config level while creating the initial database.

@slackero slackero closed this as completed Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants