How to access MySQL service from VM in workspace? #3957
Open
Description
Description
In my Azure TRE deployment I am trying to access a MySQL service that I've deployed in my workspace. The MySQL service details tab gives me the host name, but I don't have the username or password that I need to connect to it.
Looking in the Terraform code, it's clear a random password is generated, but how do I find out what it is?
Bonus points, there doesn't seem to be any documentation for the MySQL service in the AzureTRE documentation site?