Edgewall Software

Changes between Initial Version and Version 2 of Ticket #11276


Ignore:
Timestamp:
May 5, 2016, 4:11:00 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11276

    • Property Keywords max key length removed
    • Property Status newclosed
    • Property Version 0.12-stable0.12.2
    • Property Resolutionduplicate
  • Ticket #11276 – Description

    initial v2  
    1 Similarly to http://trac.edgewall.org/ticket/3676, the error
    2 {{{(1071, 'Specified key was too long; max key length is 767 bytes')}}}
    3 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.
     1Similarly to #3676, the error `(1071, 'Specified key was too long; max key length is 767 bytes')`
     2appears 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.