rakshas has asked for the wisdom of the Perl Monks concerning the following question:
I am able to connect to a database using the following
$dbh = DBI->connect ($dbname, $username, $password, { AutoCommit => 0 } );
However, when this script runs it exposes the password on ps -ef. I was looking into the PERL-DBI for options to supply "nolog" with no luck. Any help will be much appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PERL DBI exposing passwords on ps -ef
by Corion (Patriarch) on Apr 02, 2012 at 17:20 UTC | |
by rakshas (Novice) on Apr 02, 2012 at 17:32 UTC | |
|
Re: PERL DBI exposing passwords on ps -ef
by erix (Prior) on Apr 02, 2012 at 17:18 UTC | |
by rakshas (Novice) on Apr 02, 2012 at 17:21 UTC |