google-cloud-sql Questions

2

Solved

I try to use the Intellij for develop an Google App Engine application with Google Cloud SQL. How to configure the Cloud Sql access in the developpement launch ? I add this in the VM options : -...
Blodgett asked 5/12, 2014 at 10:24

1

Solved

I am extracting JSON data out of a BigQuery column using JSON_EXTRACT. Now I want to extract lists of values and run aggregate functions (like AVG) against them. Testing the JsonPath expression .ob...
Radioluminescence asked 28/10, 2014 at 18:42

1

Here is error message that I got! 2014-03-13T08:30:21.010764+00:00 heroku[web.1]: Starting process with command `node dbserver.js` 2014-03-13T08:30:22.485293+00:00 app[web.1]: listening on 14218 2...
Liquefacient asked 13/3, 2014 at 8:44

3

Solved

Can anyone help to point us to instructions on how to get Django >1.5 working on Google App Engine? I have seen a number of people claim they have Django 1.6 working. We'd like to get 1.6 or 1.7 ru...
Alkali asked 5/10, 2014 at 21:18

4

Solved

I'm just learning Google App Engine and am trying to figure out a good approach to managing my database connection to a Google Cloud SQL instance (if you haven't used GC-SQL, basically, it's MySQL ...

2

Solved

I have a Google App Engine app that uses a Google Cloud SQL instance for storing data. I need my instance to be able to serve hundreds of clients at a time, via restful calls, which each result in ...
Theall asked 3/5, 2012 at 2:46

1

how to configure hibernate.cfg.xml for accessing cloud sql as well as local mysql instance? following code worked in JDBC,I need such a configuration in hibernate. if (SystemProperty.environment.v...
Lackluster asked 6/8, 2014 at 11:5

3

My Google cloud sql table have 1126571 rows currently and adding minimum 30 thousand every day.When execute the query : select count(distinct sno) as tot from visits sql prompt it will generate ...
Madancy asked 19/10, 2012 at 9:5

1

Solved

How do I connect to Google Cloud Platform, specifically Cloud SQL, using SSH? I’m using Tera Term and can’t seem to get in. Maybe I’m just using the wrong host, port, password or configuration sett...
Casandra asked 6/6, 2014 at 17:29

1

I have created a cloud sql instance in a PHP project and have made the billing procedure successfully. The project works. Now, I want to access my database from another project but this time in Ja...
Economical asked 7/5, 2014 at 13:10

3

Solved

I want to build an application that will serve a lot of people (more than 2 million) so I think that I should use Google Cloud Datastore. However I also know that there is an option to use Google C...

1

I am trying to create an application with Django on GAE and CloudSQL as the db. I used this google developers link and this link for setting up the dev-environment. I am not able to connect to loc...
Certain asked 8/1, 2014 at 17:35

2

Whenever I try to set a root password I get a message saying "Instance busy". How can I then set a password for the instance? Is there a third party tool I can use to connect to the cloud-sql inst...
Episcopal asked 8/12, 2013 at 0:6

1

Solved

Instead of using a local MySQL instance during Java appengine development, i (sometimes) want to use a real Google Cloud SQL instance (for example; to debug with the real thing). It is possible t...
Nikianikita asked 1/1, 2014 at 14:7

3

I am developing my application in google app engine now i am using Google Cloud SQL. It runs at localhost perfectly,, But when i am deploying my application to server it gives me following error. ...
Besse asked 19/2, 2013 at 10:33

1

Solved

I'm building a GAE Flask application with Flask-Alchemy, against Cloud SQL, and running dev_appserver to test the application as I build it. However, if I set the SQLALCHEMY_DATABASE_URI to a mysq...
Sternforemost asked 6/12, 2013 at 21:34

1

Solved

We are trying to connect to Google Cloud SQL from Eclipse using the Database Development perspective. To do so I'm trying to add a new Database Connection, which I was able to do successfully for a...
Devotion asked 18/11, 2013 at 17:23

1

Solved

I have a google app engine connected project with which I am trying to connect to a google cloud sql database.I upload my project to google and via it I try to connect to the db. my connection URL...
Townley asked 19/11, 2013 at 7:30

2

How can I use Cloud SQL to create a database? When I use MySQL, I could easily run a sql script to create them on phpMyAdmin. I found a site that advertises that it's possible to run SQL files rig...
Tardy asked 11/11, 2013 at 3:57

1

Solved

I am working with Jdbc and CloudSql I followed this tutorial https://developers.google.com/appengine/docs/java/cloud-sql/ when i Load this class com.mysql.jdbc.GoogleDriver by using class.forName("...
Multiform asked 7/11, 2013 at 6:8

1

Solved

I'm trying to connect to my CloudSQL instance FROM App Engine. The way I've set it up is to use a static IP, which I can use to connect to it from outside App Engine (namely, on my development envi...
Purvey asked 3/11, 2013 at 9:16

5

Solved

I've been researching a solution to this all week and while there have been solutions to similar problems there are none that address and rectify this problem directly. I have created a web applic...
Cirri asked 21/1, 2012 at 11:41

2

I have been working on a java application on GAE that uses services like cloud sql,calender api , mail API and data-store . So my question is that I need to meter the usage of these services for th...
Facilitation asked 22/8, 2013 at 7:28

1

Solved

I have seen some questions about using SQLAlchemy on App Engine to connect to Google Cloud SQL. But I'm not sure if it is possible to develop using a local MySQL database and the existing SQLAlchem...
Hemp asked 24/4, 2013 at 13:13

1

Solved

I am using google cloud sql with appengine. I am getting com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() was too large. despite I am not usi...
Wince asked 11/3, 2013 at 12:2

© 2022 - 2024 — McMap. All rights reserved.