The kicker is that this only becomes a problem while using it as an Apache
module...

-----Original Message-----
From: Joshua Chamas [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 01, 1999 6:36 PM

[EMAIL PROTECTED] wrote:

> Apache mod_perl List,
>
> I am attempting to use DBI / DBD::mysql within Apache::ASP under mod_perl
> and am constantly receiving the following error:
>
>         Access denied for user: 'dealerdb@localhost' (Using password: YES)
>
> Should I be using a different module than `use DBI;`?  Any help,
> suggestions, or prior experience would be appreciated.  Thanks, in
advance.

There is no problem using DBD::* in mod_perl or Apache::ASP.
Perhaps you are not using the right DBI connect strict, maybe
the username / password isn't right ?  Maybe the database is
on another machine ?  This is more of a DBI Users <[EMAIL PROTECTED]>
or MySQL <[EMAIL PROTECTED]> question.

If you can connect to the database via the mysql program, then
you should be able to connect to the database via DBD::mysql

Reply via email to