Here the situation, i have an application hosted in a server (call Server A) that need to access to MySQL hosted in a DIY application on OpenShift (Server B).
When the server A try to access to MYSQL i have the following issue :
[ERROR] The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.): Connection refused
in a local way, if I use the rhc port-forward
it works. But, I'm not allowed to install rhc
command line on the server.
Is there a way to configure one of the two servers to access the database ?
thanks.