lidiriel wrote:
> ...
> I reload apache server and mysql and the "about" page of trac is :
>   
'restart' would be better than 'reload' in this case, as a C module for 
Python is involved (_mysql.pyd).
> ...
> 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 ?
>   
Besides the possible 'restart' vs. 'reload' issue, it's also possible 
that you're not using the same Python installation (and therefore not 
the same version of MySQLdb) at the command line and in Apache.

Note also that this ticket mentions a possible bug in MySQL 5.0.45 which 
happens to be the version you're using. So you may want to upgrade that 
package as well (see http://trac.edgewall.org/ticket/3645#comment:44).

-- Christian

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

Reply via email to