"Bill Karwin" <bill@karwin.com> wrote in message
news:e3dlqd0o42@enews1.newsguy.com...[color=blue]
> Ike wrote:[color=green]
> > If I am trying to connect to, say
http://64.233.244.105 I would specify[/color][/color]
my[color=blue][color=green]
> > connection url then as:
> >
> > mysql://64.233.244.105:3306/mydatabasename[/color]
>
> That should be "jdbc:mysql://64.233.244.105:3306/mydatabasename".
>
> See[/color]
http://dev.mysql.com/doc/refman/5.0/...roperties.html[color=blue]
>
> Have you read any of the hits from the google search I referenced?
> There seem to be a variety of possible causes for the "Server connection
> failure during transaction" error.
>
> Regards,
> Bill K.[/color]
Thanks Bill -- sorry, my URL WAS correct, but I copy-pasted it to my post
incorrectly(!). Yes, I DID see the link you sent, and, tracked down every
single issue without success EXCEPT the issue that the connector version I
am using may be unable to connect to a remote DB (3.0.17). I am going to try
it with 3.0.8 later tonite. Thanks for your help!-Ike