> > DBI connect('webmaster,blackhole','webmaster',...) failed: Access 
> > denied for user: '[EMAIL PROTECTED]' (Using password: YES) at 
> > ./data_loader.pl line 8
> 
> Try with a semi-column instead of the comma:
> $dsn = "DBI:mysql:database=webmaster;host=blackhole";

While you're at it try:

DBI:mysql:webmaster:blackhole 

Is blackhole a local domain to your intranet?
Try using an ip.

The user has to have permission to log into that database on that host also.

Dmuey

> 
> $dbh = DBI->connect($dsn,"username","password",{RaiseError=>1});
> 
> Cheers,
> Yannick

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to