Question

I am trying to connect to Xeround Database fro inside my office but i cant connection it says connection link error but when i try to connect to it from home it works fine.I am not able to debug this error can anyone help

Here is my connection string:

 Connection con = DriverManager
    .getConnection("jdbc:mysql://instanceXXXX.db.xeround.com:XXXXX/app4XXXXXX?"
                    + "user=app4XXXXXXXX&password=XXXXXXX");

What proxy settings do i have to use if any ?

Please help

Was it helpful?

Solution

It might be a firewall or something that block you from accessing the specific port number while working from office. Try to telnet the port and see. You may also contact support@xeround.com for further help.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top