[Zope] ZMySQLDA

Kam Cheung zope@littlecircle.com
Sat, 11 Sep 1999 15:06:01 -0400


> Hello I am totaly lost with the Mysql adapter I have try to use the
> standard connection string which is:
>
> MySQL.connect('localhost','username','password')
>
> But zope reports invalid string cud anyone help me aout which is the
> correct syntax to stablish a connection betwin zope and Mysql???

The connection string is:

[database name]@[server] [username] [password]

example:

test@localhost testuser testpass



Kam