Same issue here :(
Connnect your Forge MySQL Database to Google data studio using SSL
I'm currently working on finding a good way to visualize the data that is inside of my MySQL database on Forge.
The cheapest way to do it, that does not require you to pay anything is Using Google Data Studio. They have a connector for MySQL. Which provides a Couple of options on how to connect to it. https://support.google.com/datastudio/answer/7088031
The first one is just connecting with Username and Password and make the database available from anywhere. This option goes away since it's not secure and not a good practice from my experience.
The second one is using SSL I think this might work since it requires you to upload Server certificate, Client certificate, and Client certificate. What I need to figure out is to figure out how to allow this access from my forge configured (in my case AWS) server. Anyone with more infrastructure experience who can give me some advice on how I can make this SSL connection possible?

Please or to participate in this conversation.