[Zope] ZMySQLDB Connection String??

Ty Sarna tsarna@endicor.com
28 Mar 1999 18:07:08 GMT


In article <Pine.BSF.4.05.9903280926300.74848-100000@cx757770-a.fed1.sdca.home.com>,
Daren Sefcik  <daren@sefcik.cc> wrote:
> What does the ZMySQLDB Database Connection String want to connect to a
> database??

dbname[@hostname] [user [password]]

> Could someone please provide an example of what I need to use to create a
> Z MySQL Database Connection...suppose I have MySQL running with a database
> named "webdb" and user "joe" with password "password" can accsess it.
> I am a bit confused as to what ZMySQLDB is asking for.

"webdb joe password" should work if the database is running on the same
machine.