mysql - How can i run a insert query script(.sql) to create tables and columns or pre populate few datas -


i need create tables , columns default data run java web application in cloudfoundry.

i not able use mysql client connect database ip received.

java.lang.system.getenv("vcap_services"); 

is possible connect db sts or eclipse, or there client published vmware?

you can use vmc cli tool create tunnel mysql service. when tunnel connected can opt start mysql client automatically connect instance.

please see http://docs.cloudfoundry.com/tools/vmc/caldecott.html example of connecting mysql service on cloudfoundry.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -