Re: Im getting following error, help me to resolve this error
Posted by: Filipe Silva
Date: August 21, 2018 05:46AM

It's a connectivity issue between client and server.

- Is the MySQL server running?
- Is it listening in the port client is trying to connect?
- Is there a firewall between client and server?

Please describe your setup and provide a simple test case.

To start debugging this, fist ping the destination server from the client host. If it works, try using telnet with the server host and port to check for TCP/IP connectivity. If all works, then you must have something wrong in your code.

Options: ReplyQuote


Subject
Written By
Posted
Re: Im getting following error, help me to resolve this error
August 21, 2018 05:46AM


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.