Hello
I need to connect to a mysql database hosted by a solution provider in the google cloud environment. It uses a proxy connection (see https://cloud.google.com/sql/docs/mysql/connect-admin-proxy#windows-64-bit) with a json file containing the authentication parameters. I want to avoid having to run a command every time I want to connect. Is there a way to incorporate this in the easymorph steps through a task so that the connection through the proxy is made ? The mysql connector does not provide any of these possibilities as far as I’ve seen. It also need to run in easymorph server.
TXS