Re: Connecting to Remote DB using JDBC, Connection Time Out
Posted by: Filipe Silva
Date: September 01, 2014 11:03AM

Before anything else you should verify a connection (any kind) between both peers. It looks to me that you are having network problems at the routing level, firewall, etc.
I can't guess what IP address you are using but if it's a local private network address (usually 192.168.x.x; 172.16-31.x.x; 10.x.x.x) or a modem/router address, you should start to check out how to configure the router of the network where the server is located to start accepting connections from outside, either by using port-forwarding, DMZ or whatever.
If this is not the problem, then we'll need more details. But first you should test connecting to your MySQL server within the same network.

Options: ReplyQuote


Subject
Written By
Posted
Re: Connecting to Remote DB using JDBC, Connection Time Out
September 01, 2014 11:03AM


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.