I've a Google Cloud SQL instance with followings settings:
- pricingPlan: PER_USE
- activationPolicy: ON_DEMAND
I have added an IPv4 address.
I have verified with Google Cloud SQL API that the settings are well saved.
Problem: I do not have any active query but the instance never stop, charging me 24h per day.
I'm sure the connections don't come from me. I've deleted all authorized networks and I've reboot the instance, but I still always have 1 active connection.
Is the someone that have the same problem?
Many thanks,
Loic
active connectionschart from the Google Developers console? Note that if the Cloud SQL instance is running, you'll always have at least 1 active connection because that's the one that Google uses to monitor your instance. This connection will not keep your instance running. - Juan Enrique Muñoz Zolotoochin