Re: Client denied by server configuration when using Apache::DBI
[prev]
[thread]
[next]
[Date index for 2005/05/04]
Kevin Old wrote:
>Hello everyone,
>
>I'm getting the following errors when uncommenting this Apache::DBI
>statement, on a site the works flawlessly when I comment out this
>Apache::DBI connection:
>
># From http://kold.homelinux.com/startup.pl.txt
>#Apache::DBI->connect_on_init
># ('dbi:ODBC:ivr',
># 'uavracks','uavracks',
># {
># PrintError => 1, # warn() on errors
># RaiseError => 0, # don't die on error
># AutoCommit => 1, # commit executes immediately
># LongReadLen => 6000, # commit executes immediately
># }
># );
>
>
As you posted your database username AND password to half the internet,
I suggest you change
them ASAP.
--
END
-----------------------------------------------------------------------------
Philip M. Gollucci
Senior Developer - Liquidity Services Inc.
Phone: 202.558.6268 (Direct)
E-Mail: pgollucci@xxxxxxxxxxx.xxx
Web: http://www.liquidation.com
 |
 |
Re: Client denied by server configuration when using Apache::DBI
Philip M. Gollucci 21:06 on 04 May 2005
|