Opened 18 years ago
Closed 18 years ago
#4539 closed defect (duplicate)
trac environment initialization problem
Reported by: | santosh | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | admin/console | Version: | 0.10.3 |
Severity: | blocker | Keywords: | mysql needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When initializing trac environment with trac-admin, an error occurs. I have used MySql 5.0 for database server. I get the error OperationalError: (1406, "Data too long for column 'text' at row 0")
Attachments (1)
Change History (6)
by , 18 years ago
Attachment: | error report.txt added |
---|
comment:1 by , 18 years ago
Well, this is really the kind of error that make me wonders if we should really try to support MySqlDb at all…
We already had issues with the limited size of text columns that could be indexed, now it seems that even storing plain data can be limited, hm…
comment:2 by , 18 years ago
If the db is unicode, the allowed size is somewhat less than the field length… but I thought it was only by 2x, at least back when I was having issues with MythTV.
comment:3 by , 18 years ago
Keywords: | needinfo added |
---|
So, what is the collation and character set used on this database?
comment:4 by , 18 years ago
Keywords: | mysql added |
---|
environment initialization error