google-cloud-sql Questions

3

Solved

I am following the Django sample for GAE and have problem to connect to Cloud SQL instance by Proxy from Google Cloud Shell. Possibly related to permission setting since I see the request not autho...
Genteel asked 17/2, 2017 at 6:36

4

Solved

I'm trying to run Google Cloud SQL proxy locally like this: $ ./cloud_sql_proxy -instances project-name:region-name:instance-id tcp:3306 But it's returning google: could not find default crede...
Candlestand asked 19/12, 2016 at 4:14

2

Solved

I want to create a Google Cloud SQL instance but I am not sure about choosing high availability or not. From what I understand the failover switch can take a few minutes, it is not instantly done...
Namedropping asked 27/1, 2017 at 10:25

2

Solved

I'm currently utilizing a php app to upload images to the Google cloud storage platform, however, unlike on my local server, I am having tremendous trouble figuring out how to make this work. Here...

4

Solved

I'm new to Google Forms and Google Apps Script. I have ten Google Forms, and on submitting forms they populate a corresponding Google Sheet. Now, here is what I want, on submitting form I want tha...

9

I am very new in Google app engine please help me to solve my problem I have created one instance in Google cloud sql when I import SQL file then it shows me error like this. ERROR 1227 (42000)...
Upshot asked 2/3, 2015 at 8:54

3

Solved

Problem I am not able to connect to my Cloud SQL postgres instance with the command line, which has been working previously: gcloud sql connect <instance_name> --user=<username> Thi...
Glorygloryofthesnow asked 9/12, 2018 at 16:0

4

Solved

I am a beginner GCP administrator. I have several applications running on one instance. Each application has its own database. I set up automatic instance backup via the GCP GUI. I would like to p...
Valiant asked 2/3, 2020 at 12:44

2

Ive recently started tinkering with Google Cloud SQL - PostgreSQL. I have created an empty database and over 4-5 days its storage usage has grown to over 20GB. Its just keeps going up, but there is...
Disorder asked 21/7, 2020 at 11:50

2

Solved

I have a Cloud Run service that accesses a Cloud SQL instance through SQLAlchemy. However, in the logs for Cloud Run, I see CloudSQL connection failed. Please see https://cloud.google.com/sql/docs/...
Urbannal asked 15/7, 2020 at 14:4

2

Solved

Google Cloud SQL advertises that it's only $0.0150 per hour for the smallest machine type, and I'm being charged for every hour, not just hours that I'm connected. Is this because I'm using a pool?...

2

Using Google Cloud SQL I was attempting to restore my main instance to a prior backup, but first I wanted to clone the instance for the tables and databases that I didn't want reverted. After waiti...
Potentiate asked 29/4, 2015 at 20:45

3

I just downloaded the newest version of MySQL Workbench (6.3.6) and attempted to export a remote table (on Google CloudSQL) to csv using the new "table data export" wizard. The table had about 600,...
Foreandafter asked 7/1, 2016 at 19:5

2

I follow this tutorial https://cloud.google.com/sql/docs/admin-tools but it is very abstract. I am unable to set up a new connection in MYSQL workbench correctly. It always pops up "failed to ...
Digitalis asked 26/4, 2015 at 4:47

1

Trying to create functions on MySQL that runs on Google CloudSQL. These functions worked fine on another server (VPS- Godaddy). Official documentation says that User Defined Functions are not supp...
Jugular asked 9/6, 2016 at 6:2

2

I have just created one google app engine application and one 2nd Generation MySQL instance in eu-west2 region. In GCP Console they both seems to be in eu-west2 region. However when I try to gelo...

3

In Google's SQL Cloud Postgres service, when I create a database via the Web Console for a PostgreSQL instance, it automatically sets the owner of the database's default "public" schema to be cloud...
Nucleotide asked 26/5, 2017 at 19:42

3

Solved

I was moving a database to using Google Cloud SQL which previously had a max_allowed_packet of 20M. Currently the Google Cloud SQL default for max_allowed_packet is 1M. Is there any way to increa...
Lollapalooza asked 6/1, 2014 at 17:43

2

Solved

I'm trying to configure cloud build triggers which build maven springboot project and then deploy to cloud runs. I run into a problem where it works when i don't specify the cloud sql instance to b...

7

Solved

I am trying to use Cloud Functions for Firebase to build an API that talks with a Google Cloud SQL (PostgreSQL) instance. I am using HTTP(S) trigger. When I white-list my desktop's IP address, I ...

4

I have been looking at the console’s billing as far as Cloud SQL and the VM Instance is concerned. I see that a lot of the cost comes from the idling hours of the Cloud SQL IP address. I am unsure ...
Chervil asked 11/8, 2014 at 18:19

2

I'm running Google's Cloud SQL Proxy locally and it's working with locally served Firebase functions using a command like: /cloud_sql_proxy -instances=my-project-12345:us-central1:my-instance=tcp:...

3

I have been trying to mount SQL and a storage bucket to my docker WordPress container. It appears to succeeding in mounting SQL, but failing mounting the bucket. The instance is based of of this po...
Polymath asked 11/1, 2017 at 10:38

1

When trying to evaluate how to connect to a Cloud SQL database from a Google Kubernetes Engine pod, there are a couple of ways to do this. One is to use a sidecar cloud proxy agent. Another is usin...
Unbutton asked 3/12, 2019 at 13:36

3

Solved

We are using a PostgreSQL database within Cloud SQL. We are using a private IP address and are accessing our database in our pods with the Cloud SQL proxy. We are now looking for a way to quickly ...

© 2022 - 2024 — McMap. All rights reserved.