On Mon, 15 Jan 2001, Olaf Zanger wrote:
> right now my setup uses a connection string "db root" which doesn't seam
> to give a lot of savety :-).
> at my provider i have a login, but sure no root access to the db.
> * how does the connection string look for user name "peter-hauser" and
> password "test3-.2"?
[EMAIL PROTECTED] peter-hauser test3-.2 <----------------------\
|
> * has the user to be set up in "linux" ? |
|
No, only in mysql. |
|
> * how is the setup made in "mysql"? |
|
GRANT select,insert,update,delete,create,alter,drop,index |
ON db.* TO [EMAIL PROTECTED] INDENTIFIED BY 'test3-.2';|
|
> * has zope to be run by user "peter-hauser"? |
|
No, you pass peter-hauser in the connection string >-----------------/
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
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 )