Modify ↓
#11276 closed defect (duplicate)
MySQL: primary key length with utf8mb4
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | database backend | Version: | 0.12.2 |
Severity: | normal | Keywords: | mysql utf8mb4 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Similarly to #3676, the error (1071, 'Specified key was too long; max key length is 767 bytes')
appears when initializing a project. Differently from the mentioned case I tried to use utf8mb4
encoding of my database. The suggested quick fix didn't work, I assume for the encoding. However changing to utf8
encoding resolved the problem.
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Keywords: | max key length removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 0.12-stable → 0.12.2 |
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
A duplicate of #9766. Try to upgrade to 0.12.3 or later.