Re: Communication Error
Posted by: Filipe Silva
Date: July 05, 2016 04:21PM

Please make sure you have your connection string correct.

If you don't know for sure that there is connectivity between your client host and the MySQL server you can try opening a telnet session to your server's host and port from the client machine: "telnet <host> <port>", replace "<host>" and "<port>" by the ones you have in the "jdbc:mysql:" connection string. If it works you should see a few garbled chars and the server should close the session after a few seconds of inactivity.

Please post your findings.

Options: ReplyQuote


Subject
Written By
Posted
July 05, 2016 03:17PM
Re: Communication Error
July 05, 2016 04:21PM


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.