RE: connet with script, without user/password
"JUNG, Christian" <[email protected]> Fri, 10 Aug 2007 08:21:27 +0200
| Newsgroups | gmane.comp.db.maxdb |
|---|---|
| Message-ID | <[email protected]> |
Hi,
another solution would be to use the xuser-file. This is quite comfortable.
You can store user-credentials along with connection options in the
xuser-file.
See MaxDB -> Tools -> Utilities -> XUSER
<http://dev.mysql.com/doc/maxdb/en/28/873e4045796913e10000000a1550b0/content
.htm>
The dbmcli call would be:
dbmcli -U <XUSER-KEY> -uUTL -c "util_execute suspend logwriter"
(-uUTL is used to create a utility connection directly)
Bye
Chris
> > dbmcli -d <database_name> -u <dbm_user>,<password>
> > util_connect <dbm_user>,<password>
> > util_execute suspend logwriter
> -----Original Message-----
> From: Henrik Hempelmann [mailto:[email protected]]
> Sent: Thursday, August 09, 2007 9:52 PM
> To: maxdb mailingliste
> Subject: Re: connet with script, without user/password
>
>
>
> On 09.08.2007, at 16:29, <[email protected]> wrote:
>
> >
> > Hello,
> >
> > i will stop the log writer with a script but i don't like store
> > user and password in the script.
> >
> > dbmcli -d <database_name> -u <dbm_user>,<password>
> > util_connect <dbm_user>,<password>
> > util_execute suspend logwriter
> >
>
>
> Joerg,
>
> how do your prefer to store the credentials for the database login?
> Make your script public read- and executable and store the password
> somewhere else in a file only readable by the user allowed to stop
> the logwriter (btw. why?).
>
> Henrik
>
>
>
>
> --
> MaxDB Discussion Mailing List
> For list archives: http://lists.mysql.com/maxdb
> To unsubscribe:
> http://lists.mysql.com/[email protected]
>
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[email protected]