Hallo, as I can see there are two independent DatabaseAdapters for MySQL. The first is from mordred with the current versions 1.1.4 (stable) and 1.2.0 (developement), http://www.zope.org/Members/mordred/ZMySQLDA. The second one is from andy dustman with current version 2.0.6 , http://www.zope.org/Members/adustman/Products/ZMySQLDA. I am running now zope 2.2.4 with ZMySQLDA 1.1.3 (the first one) without any problems. Now I will update to zope 2.3.2, so I am thinking again about the right adapter. Can anybody give me some informations about the advantages / disadvantages of both adapters. Why are there 2 different adapteres doing the same thing. Any help is welcome. Thank you zopistas. Regards Harald _____________________________________________________________________ FRIATEC Aktiengesellschaft Informationssysteme und Organisation Tel. 0621 - 486 - 1454 Fax. 0621 - 486 - 1840 Steinzeugstrasse 50 mailto:harald.koschinski@friatec.de D-68229 Mannheim
ZMySQLDA 1.2.0 runs on both zope 2.2 and 2.3 -- since 1.2.0 came out about the time that MySQL 3.23 became stable, it might be that it supports the fuller functionality that MySQL 3.23 affords. The only problem I've had is with getting the MySQLdb to build properly. I think there is a binary bundled with ZMySLQDA 1.2, but I could not get it to make the actual database connection. So I tracked down an older, source release, and built it by hand, following the instructions that are available, I think, on Andy Dustman's web site. Once it is built properly, it works very well. hth. ciao! greg. Gregory Haley DBA/Web Programmer Venaca, LLC. On Wed, 25 Apr 2001, Harald Koschinski wrote:
Hallo,
as I can see there are two independent DatabaseAdapters for MySQL.
The first is from mordred with the current versions 1.1.4 (stable) and 1.2.0 (developement), http://www.zope.org/Members/mordred/ZMySQLDA.
The second one is from andy dustman with current version 2.0.6 , http://www.zope.org/Members/adustman/Products/ZMySQLDA.
I am running now zope 2.2.4 with ZMySQLDA 1.1.3 (the first one) without any problems. Now I will update to zope 2.3.2, so I am thinking again about the right adapter.
Can anybody give me some informations about the advantages / disadvantages of both adapters. Why are there 2 different adapteres doing the same thing.
Any help is welcome.
Thank you zopistas.
Regards
Harald
_____________________________________________________________________
FRIATEC Aktiengesellschaft Informationssysteme und Organisation Tel. 0621 - 486 - 1454 Fax. 0621 - 486 - 1840 Steinzeugstrasse 50 mailto:harald.koschinski@friatec.de D-68229 Mannheim
I know that Andy is actively developing his adapter as well as the Python MySQLdb module that goes along with it (and can be used separately for other Python/MySQL projects). They're both very stable, thread safe, and support transactions. I don't know about 1.2.0, other than it's been there for nearly a year without change. I don't mean to discount morderd's contribution, just that Andy has done a great job with MySQL support. See http://dustman.net/andy/python for the latest MySQLdb and ZMySQLDA. _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Harald Koschinski Sent: Wednesday, April 25, 2001 10:18 AM To: Zope@zope.org Subject: [Zope] ZMySQLDA or ZMySQLDA Hallo, as I can see there are two independent DatabaseAdapters for MySQL. The first is from mordred with the current versions 1.1.4 (stable) and 1.2.0 (developement), http://www.zope.org/Members/mordred/ZMySQLDA. The second one is from andy dustman with current version 2.0.6 , http://www.zope.org/Members/adustman/Products/ZMySQLDA. I am running now zope 2.2.4 with ZMySQLDA 1.1.3 (the first one) without any problems. Now I will update to zope 2.3.2, so I am thinking again about the right adapter. Can anybody give me some informations about the advantages / disadvantages of both adapters. Why are there 2 different adapteres doing the same thing. Any help is welcome. Thank you zopistas. Regards Harald
participants (3)
-
ghaley@mail.venaca.com -
Harald Koschinski -
Ron Bickers