Can you post few lines of the code where you are making the connection?
On 4/10/06, marco stagno <[EMAIL PROTECTED]> wrote:
>
> > Wild stab in the dark here - Java I/O permissions not set correctly
> > on your
> > machine to allow it? If I recall, Java's sandbox feature means you
> > have to
> > s
Wild stab in the dark here - Java I/O permissions not set correctly
on your
machine to allow it? If I recall, Java's sandbox feature means you
have to
supply a permissions file for I/O. Perhaps that file already exists
on the
other machine that works?
I don't know so much Java, but I didn'
> I don't think so, since even with "telnet localhost 3306" or "telnet
> 127.0.0.1 3306" I'm able to see the server prompt..
> and I'm using the standard MySQL port for sure (it's a clean
> installation); and there are no firewall active...
>
> any other suggestion!?
>
> thanks :)
Wild stab in the
Ports closed?
Wrong ports configured?
I don't think so, since even with "telnet localhost 3306" or "telnet
127.0.0.1 3306" I'm able to see the server prompt..
and I'm using the standard MySQL port for sure (it's a clean
installation); and there are no firewall active...
any other suggesti
marco stagno wrote:
I'm trying to understand this error:
java.sql.SQLException: Server connection failure during transaction.
Attempted reconnect 3 times. Giving up.
the java program is trying to connect to MySQL (5.0.19 under Mac OSX/
PPC), with user=root, from localhost.
the grant privileges
I'm trying to understand this error:
java.sql.SQLException: Server connection failure during transaction.
Attempted reconnect 3 times. Giving up.
the java program is trying to connect to MySQL (5.0.19 under Mac OSX/
PPC), with user=root, from localhost.
the grant privileges seems to be ok (I'm