Edgewall Software
Modify

Opened 17 years ago

Closed 17 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)

error report.txt (2.3 KB ) - added by santosh 17 years ago.
environment initialization error

Download all attachments as: .zip

Change History (6)

by santosh, 17 years ago

Attachment: error report.txt added

environment initialization error

comment:1 by Christian Boos, 17 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 Tim Hatch, 17 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 Matthew Good, 17 years ago

Keywords: needinfo added

So, what is the collation and character set used on this database?

comment:4 by Christian Boos, 17 years ago

Keywords: mysql added

comment:5 by Christian Boos, 17 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #3884.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.