On 5/4/05, Philip M. Gollucci <[EMAIL PROTECTED]> wrote: > 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.
Those aren't the real passwords, and the databases are only accessable from inside the firewall from a select set of IP's. Thanks for the heads up though. -- Kevin Old [EMAIL PROTECTED]
