google-cloud-sql Questions

2

Hi i having an issue connecting to Google Cloud SQL from GAE. My app is running inside docker container here is the docker file FROM node:8.10.0-alpine ARG NODE_ENV=production ENV NODE_ENV=$NOD...

2

Solved

When connecting to a Google Cloud SQL instance, is there a way to specify the database I want to connect to? This is the command I execute and the error I get: $ gcloud beta sql connect MY_INSTAN...
Preciosity asked 15/11, 2017 at 5:3

1

Solved

I am struggling to solve this problem with Google Cloud Platform's Cloud SQL component. My tech stack consists of hosting my application in a Google Kubernetes Engine (GKE) deployment, using the Cl...

2

Solved

I'm evaluating using Google Cloud and Google App Engine for our company's new product. I'm trying to adapt this tutorial to use Postgres instead of MySQL: https://cloud.google.com/python/django/fl...

3

Solved

I have just created a Google Cloud SQL instance. When I was looking on the access control of my instance, I found that if I want to access my database, I should authorize my IP address to get the r...
Clubhouse asked 15/7, 2014 at 4:21

1

Solved

I'm trying to export a table from Google Cloud SQL into a CSV file using the gcloud sql export csv command from Gcloud SDK but I don't have the option to export on top of the file also the names of...
Dimension asked 10/7, 2018 at 18:27

1

I'm attempting to connect to a Google Cloud SQL instance via a MySQL client which requires me to connect via the Google Cloud proxy. I have followed all instructions on the Google Cloud Docs, yet a...
Scalp asked 8/7, 2018 at 18:58

2

Solved

Is cloud spanner the only solution for horizontal scaling of mysql instances on the google cloud? Is there a way to scale in cloud sql?
Runty asked 19/7, 2017 at 22:58

3

Solved

I am seing those errors in cloud sql Postgres logs. Its a small 1 cpu, 4Gb of ram instance yet this is a bit troublesome. I do not see any max_connections in the customizable flags that could allo...
Alinaaline asked 17/6, 2017 at 23:4

4

Solved

I have a Django app on Google App Engine app which is connected to a Google Cloud SQL, using the App Engine authentication. Most of the time everything works fine, but from time to time the follow...
Erechtheum asked 5/8, 2014 at 12:53

4

Is it possible to calculate sum of json values grouped by json keys? Mysql version is 5.7.17 on Google cloud sql. Example_1: A short example of my point: col1 | col2 -----|---------------------...
Towbin asked 14/1, 2017 at 12:58

1

Solved

I am working on a nodejs and postgres application. Both are deployed in google. I have my postgres in google cloud sql and nodejs is deployed in google app engine. I am trying to connect to postgre...
Convent asked 24/3, 2018 at 11:24

0

We use the Google Cloud SQL Database with the Replication and since three days our master - slave replication is constantly lagging behind and not catching up. What can be the cause and what can ...
Thromboembolism asked 3/5, 2018 at 11:50

3

I'm struggling to use JdbcIO with Apache Beam 2.0 (Java) to connect to a Cloud SQL instance from Dataflow within the same project. I'm getting the following error: java.sql.SQLException: Cannot c...
Gillie asked 22/6, 2017 at 12:38

1

I've been testing Google Cloud SQL with Postgresql, but I have random queries taking ~3s instead of a few ms. Troubleshooting I did: The queries themselves aren't problems, rerunning the same q...
Horrify asked 7/3, 2018 at 0:25

2

Solved

I have a dotnet core 2.0 application running in Google App Engine Flexible Environment. Within the same Google project I have a Cloud SQL - MySQL database. On the Cloud SQL Instance details page, u...

3

I'm working on trying to setup some monitoring on a Google Cloud SQL node and am not seeing how to do it. I was able to install the monitoring agent on my Google Compute Engine instances to monitor...
Intoxicate asked 28/3, 2015 at 3:52

2

When authorizing a Cloud SQL instance for an App Engine instance, it is required to have both instances in the same region - this is stated by Google here as below snapshot. The issue is that we...
Mesquite asked 14/9, 2014 at 4:19

2

I am thinking to migrate my website to Google Cloud SQL and I signed up for a free account (D32). Upon testing on a table with 23k records the performances were very poor so I read that if I move ...
Beneficial asked 13/2, 2015 at 16:18

2

Solved

I have a Google Cloud SQL database that I can connect to with my SQL client. However, I have not been able to connect Google Data Studio to the Google Cloud SQL database with the Cloud SQL data sou...
Chick asked 31/8, 2016 at 3:50

2

I'd like to use the Cloud Shell to run database migrations on my 2nd gen Cloud Sql instance. I found an example in the docs for how to connect using gcloud. But when I run the command Im getting ...

3

Solved

I have a Flask app that uses SQLAlchemy (Flask-SQLAlchemy) and Alembic (Flask-Migrate). The app runs on Google App Engine. I want to use Google Cloud SQL. On my machine, I run python manage.py db ...
Glosseme asked 14/2, 2016 at 11:17

3

I'm creating a GAE application. When I set my GAE PHP application as an authorized application to access my Cloud SQL instance, I get the following warning: App Engine regions must be the same ...
Sandusky asked 10/9, 2014 at 13:17

1

I have a MySQL table with more than a 3 billion rows hosted on Google Cloud SQL. I wish to understand how the total size on disk can be explained from the column data-types, number of rows and the...
Adamite asked 14/12, 2017 at 8:31

1

Solved

CREATE TRIGGER trigger_LocationType_Insert BEFORE UPDATE ON LocationType FOR EACH ROW SET NEW.NAME = '' Returns this error: [HY000][1419] You do not have the SUPER privilege and binary log...
Bellicose asked 17/11, 2017 at 21:24

© 2022 - 2024 — McMap. All rights reserved.