Opened 13 years ago
Last modified 13 years ago
#225 new defect
Trac installer needs to make InnoDB tables, not MyISAM
Reported by: | andersk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | autoinstallers | Keywords: | starter, perl |
Cc: |
Description
Trac requires InnoDB tables using the utf8_bin collation, but we create MyISAM tables with the utf8_general collation. See http://trac.edgewall.org/wiki/MySqlDb and http://trac.edgewall.org/ticket/8067.
This is possibly a more general problem. MyISAM is a silly default.
Change History (2)
comment:1 Changed 13 years ago by adehnert
- Keywords starter trac added
comment:2 Changed 13 years ago by ezyang
- Keywords perl added; trac removed
Note: See
TracTickets for help on using
tickets.