[Zope] database string connection??????
Tue, 19 Jun 2001 09:47 -0700
and/or try:
database@localhost:3306
> ------------ Original Message -----------
> From: a.p.bourne@salford.ac.uk <A.P.Bourne@salford.ac.uk>
> Date: Tue, 19 Jun 2001 17:10:32 +0100
>
> Stefano,
>
> Try:
>
> database@localhost UID PASSWD
>
> Andy Bourne
> University of Salford
>
> > I am working on Win-32 platform (Windows 95).
> > I installed MySQL ver.3.23
> > I have MyOBDC, ZOPE
> > I installed ZmySQLDA in Products directory of ZOPE.
> > I follow all the istructions.
> > I am working whit all applications on my PC.
> > So, after writed the "simple string connection" database@myhost:8080
> > UID PASSWD the python of ZOPE crash whitin the followin message:
> >
> > Unhandled exception in thread:
> > Traceback (innermost last):
> > File "C:\Program Files\WebSite\ZServer\PubCore\ZServerPublisher.py",
> > line 97,
> > in __init__
> > response._finish()
> > File "C:\Program Files\WebSite\ZServer\HTTPResponse.py", line 281,
> > in _finish
> > stdout.close()
> > File "C:\Program Files\WebSite\ZServer\HTTPResponse.py", line 338,
> > in close
> > Wakeup()
> > File "C:\Program Files\WebSite\ZServer\medusa\select_trigger.py",
> > line 153, in
> > pull_trigger
> > self.trigger.send ('x')
> > File "<string>", line 1, in send
> > socket.error: (10038, 'winsock error')
> >
> > I have reinstalled mysql, I try by ODBC manager and the connection is
> > OK.
> >
> > Any suggestions why the connection is not working properly?
> >
> > Thanks
> >
> >
> >
> > _______________________________________________
> > Zope maillist - Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > ** No cross posts or HTML encoding! **
> > (Related lists -
> > http://lists.zope.org/mailman/listinfo/zope-announce
> > http://lists.zope.org/mailman/listinfo/zope-dev )
> >
>
>
>
> Andy Bourne
> Information Officer
> Academic Information Services
> University of Salford
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )