I have deployed a Spring application on CloudFoundry with MySQL service.
I want to connect to that CloudFoundry MySQL instance from MySQL Workbench/QueryBrowser.
Is there a way to get connection params(driver, url, username, password) for that mysql db on CloudFoundry?
try to connect with cadlecott application (vmc tunnel) to your mysql service. You can use the provided username, password and service name to your MySQL Workbench.
e.g.
( Select the 1st choise)
Then open the MySQL Query Browser and use the above username/password.
Set the hostname to 127.0.0.1 instead of localhost and remember to set the port number. The default is 10000.