Hello all, i use trac 0.11.1 and i have from time to time an error : 'MySQL server has gone away' After research on trac mailling list and ticket i found the closed bug : http://trac.edgewall.org/ticket/3645 Ok that the solution : I decided to rebuild mysqldb with thread safe option to True I reload apache server and mysql and the "about" page of trac is :
Trac: 0.11.1 Python: 2.4.3 (#1, May 24 2008, 13:47:28) [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] setuptools: 0.6c5 MySQL: server: "5.0.45-log", client: "5.0.45", thread-safe: 0 MySQLdb: 1.2.2 ARRRG thread safe = 0.. ?? ok i check directly in consol mode in the server : In [4]: import MySQLdb In [5]: MySQLdb.thread_safe() Out[5]: 1 I don't understand in console mode the thread_safe() return 1 and in the about page thread_safe is Someone has already had this problem ? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
