[Zope] problem connecting to mysql

Helmut Ahninger helmut@jouh.at
Mon, 13 Mar 2000 02:14:24 +0100


Chris McDonough wrote:

> Helmut,
>
> I doubt it.  It's probably a username/password/databasename issue.
>
> My suggestion would be to set up mysql to accept a null login (no
> username, no password), create a database in there called "test" and
> connect with the connection string "test@localhost"

thank u, this was the point to my problem. I have tried a nologin mysql and it
worked with database@myhost !!! :)
so i know i have a grant table problem in mysql (no big deal - i hope :) )

bye and thank u again

Helmut Ahninger