[Zope-DB] Help me to connect Mysql to zope

M.-A. Lemburg mal at egenix.com
Sun Mar 21 06:39:55 EST 2004


garry saddington wrote:
> On Friday 19 March 2004 05:48, Andreas Jung wrote:
> 
>>Please use google or search through the archives of the zope at zope.org list.
>>We answered this question at least three or four times.
>>
> 
> I had this problem and there is no real answer on the list, just a look at the 
> traceback and then do a workaround. if this list member is quite new to Zope 
> how is he to do a workaround? I asked about this problem on the ZopeDB lists 
> last week and have only had a question back as to why I had to fix it in the 
> first place.
> The only answer I could find to this question took hours of searching and is 
> as follows:
> Find the offending line and file from the traceback in the error log.
> The line containing a reference to server_capabilities should be changed to:
> transactional=0
> Unfortunately this removes transaction support. Does anyone know how to use 
> this adapter without having to use this workaround.

No, but you might want to try to something else: connect to MySQL
via the MySQL ODBC driver and using our mxODBC Zope DA which is
available for Zope 2.3 thru 2.7.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Mar 21 2004)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
Python UK 2004, Oxford, UK                                  25 days left
EuroPython 2004, Göteborg, Sweden                           77 days left

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::



More information about the Zope-DB mailing list