Edgewall Software

Changes between Version 33 and Version 34 of MySqlDb


Ignore:
Timestamp:
Apr 17, 2009, 5:20:38 PM (15 years ago)
Author:
Christian Boos
Comment:

add note about MySQL-bugs:36639

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v33 v34  
    7676
    7777=== Typical Problems ===
    78 If you have some strange issues (typically `OperationalError: (2006, 'MySQL server has gone away')`, as in #3645, and your web frontend is Apache, you might have conflicting mysql libraries. Be sure to read:
    79 http://code.google.com/p/modwsgi/wiki/ApplicationIssues#MySQL_Shared_Library_Conflicts
     78If you have some strange issues (typically `OperationalError: (2006, 'MySQL server has gone away')`, as in #3645, and your web frontend is Apache, you might have conflicting mysql libraries. Be sure to read: mod_wsgi:ApplicationIssues#MySQL_Shared_Library_Conflicts. Another possibility is that you've hit MySQL bug 36639, as explained in ticket:3645#comment:48.
    8079
    8180When changing collation to ''utf8'' MySQL may fail in 4.1.x and 5.0.x versions on MyISAM table type. It will complain about "too big" indexes in some Trac tables. This will be (hopefully) addressed in [milestone:0.10.4]. As a workaround it has been [comment:ticket:3659:5 recommended] to use InnoDB tables instead of MyISAM where this limitation is absent.