I’m having a problem connecting to my MySQL database. It is hosted on the Google Cloud. I have verified that it is accessible from my local machine via MySQL workbench, though I had to specify my IP address as an approved IP address from the Google Cloud in order to do so.
Is there a way to know the IP address that bubble will use to connect to my Google Cloud MySQL database instance? Or has any one else had a similar problem and successfully found a resolution?
We can’t guarantee a fixed IP for DB calls. One way is to allow connection from any IP and use a special, limited-access (read-only) user from the DB Connector.