RE: Still not talking!

2001-05-21 Thread Jason Bodnar
$db_username = ; $db_password = ; warn Before DBI-connect(): [$$]; $dbh = DBI-connect($dsn, $db_username, $db_password, {'RaiseError' = 1}) or die sprintf Error: %s.\n, DBI-errstr; You're probably not getting your error message because you have RaiseError on. From the DBI

RE: Still not talking!

2001-05-21 Thread Jonathan M. Hollin
:: You're probably not getting your error message because you have :: RaiseError on. Have corrected that - but the results haven't changed in any way. Kindest regards, Jonathan M. Hollin Digital-Word.com

RE: Still not talking!

2001-05-21 Thread Guido Moonen
Hi, These are my 5 cents to the problem :) In the error log is a error code 10061 (Which stands for connection refused) this means that the application cannot even open a connection to the mysql server. Maybe you should also provide the DSN with a port number. Or try to use 127.0.0.1 instead of