On Wed, 24 Nov 1999, Martin A. Langhoff wrote:
> Wow! 41 words and not a single colon|comma|period|semicolon :)
Congrats. :-)
> Is there a list of possible reasons to explain why a DBI connect to
> a mysql server (apache and mysqld running on the same host) fails if
> called from mod_perl and succeeds from a standard CGI perl script?
Is this a reasonably busy site? How many Apache children are typically
running? Perhaps you're hitting a max-connections limit.
Do you get an error string when the connect fails?