>> $dsn = "DBI:mysql:webmaster,blackhole";

This comma still throws me. 
Try 
DBI:mysql:webmaster:blackhole

Also if you do this from the command line what happens after 
you put in the password you have in your script?

$ mysql -u yourusernamehere -p -h blackhole webmaster

> 

What Tore said is true!

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

Reply via email to