Re: Can not connect to Mysql using jdbc on xp
Posted by: Tetsuro Ikeda
Date: May 31, 2005 01:54AM

> The reason you got the error message above is your
> connection was
> rejected by Server in authentication process.
> Check the GRANT setting again, and you will
> solve.
>
> If you couldn't find any mistakes in GRANT
> setting, check the general log file
> so you can find that Java Program tried connecting
> by which username and
> from which host in actually.
>

This is wrong, sorry. Forget it.

>
> ***************************
> java.sql.SQLException: Unable to connect to any
> hosts due to exception: java.net.ConnectException:
> Connection refused: connect
> ...
> ***************************

This error message is not from the server.
This means Connector/J couldn't connect to the server in TCP/IP level, I think.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.