Subject | Re: [firebird-support] isql client and passwords |
---|---|
Author | Helen Borrie |
Post date | 2004-08-14T08:59:03Z |
At 10:43 AM 14/08/2004 +0200, you wrote:
Anyway...
export ISC_USER=yourusername
export ISC_PASSWORD=yourpassword
and afterwards
unset ISC_USER
unset ISC_PASSWORD
/heLen
>(Using FB 1.5.1 under Linux) - when connecting to the isql command lineWhy? other users can't see a shell opened by you, can they?
>client, is there any way of providing the password either interactively or
>using an environment variable or file? (It seems I can either provide the
>entire connection string as command line options and risk having the password
>visibile to all users on the local system,
Anyway...
export ISC_USER=yourusername
export ISC_PASSWORD=yourpassword
and afterwards
unset ISC_USER
unset ISC_PASSWORD
/heLen