[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

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NODEWORKS >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-562-683-2142

Reply via email to