Edgewall Software

Ticket #4539 (closed defect: duplicate)

Opened 23 months ago

Last modified 22 months ago

trac environment initialization problem

Reported by: santosh Owned by: cmlenz
Priority: highest Milestone:
Component: admin/console Version: 0.10.3
Severity: blocker Keywords: mysql needinfo
Cc:

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

error report.txt (2.3 KB) - added by santosh 23 months ago.
environment initialization error

Change History

Changed 23 months ago by santosh

environment initialization error

Changed 23 months ago by cboos

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...

Changed 23 months ago by thatch

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.

Changed 23 months ago by mgood

  • keywords needinfo added

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

Changed 22 months ago by cboos

  • keywords mysql added

Changed 22 months ago by cboos

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #3884.

Add/Change #4539 (trac environment initialization problem)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cmlenz. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.