Openshift Connect To MySQL From Local Java Application -
I am using a scalable app on the openshift and I am trying to access the database from my local app, But I'm having trouble in setting up the connection I need to use my MySQL 5.5 database.
IDE: Netbeans 7.4
< / P>
I am using environment variable values for the connection. I have no problem with using my Jbbus app in OpenEstiff. Any help would be much appreciated. Sorry for the incomplete information I am new in the SOF.
If you have the rhc
customer installed (see if it is not) , You can send it to the server via rhc port-froward
. Use the localhost
as the host and port number it tells you, given the username and password.
Note that this will only work when running locally, and must run with the command Rhc
. Also see
Comments
Post a Comment