Hello I am just thinking how to actually manage the database MongoDB or MySQL inside the Cloud Foundry? Can we get the port to which to connect to and use the standard management tools like phpMyAdmin etc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
vmc tunnelto create an https tunnel from your local machine to the remote Cloud Foundry service:http://start.cloudfoundry.com/tools/vmc/caldecott.html
Assuming you have phpMyAdmin installed locally, you can point it to 127.0.0.1, port 10000, and supply the database name, username, and password given from the output of
vmc tunnel.