Re: [Zope3-dev] mysqldbda mysql 4.1 problem

2005-07-24 Thread Andy Dustman
On 7/24/05, Jaroslaw Zabiello [EMAIL PROTECTED] wrote:
 I have mysql 4.1 with database and all tables set to utf8. I have problems
 with Zope3.1beta/win32. I cannot query the database with mysqldbda adapter
 because I get an error: unknown encoding: latin1_swedish_ci.

http://bugs.mysql.com/bug.php?id=7891

MySQL-4.1, prior to 4.1.9 (and 5.0.3), returns the collation instead
of the character set; that's what you're seeing here. What client
version are you running? I assume you have at least
MySQL-python-1.2.0; older versions probably won't work with MySQL-4.1
(some 1.1 versions will, but 1.0 will not).

-- 
Computer interfaces should never be made of meat.
http://www.terrybisson.com/meat.html
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Debugging deadlocks in Zope3

2005-07-24 Thread Garrett Smith
Is there any info published on debugging Zope3 deadlocks? I'd like to see 
tracebacks of a couple threads. Has anyone done this w/Zope3?

 -- Garrett
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com