google-cloud-sql Questions
1
I'm running an instance of Google Cloud SQL. A CMS connects to this and updates it. Then there are several replications that run websites. Someone using the CMS deleted a page by accident. There's ...
Hon asked 5/7, 2016 at 13:7
1
Solved
I can't seem to get this to work ..
I am using Google Flexible Environment and want to connect to my Second Generation Cloud SQL database. I am currently getting this exception:
[main] ERROR com...
Immanent asked 5/6, 2016 at 21:45
1
Solved
I am trying to connect to my database from the Google Flexible Environment to the Google Cloud SQL. The connection string and the driver class are shown below:
<bean id="dataSource" class="org....
Does asked 5/6, 2016 at 16:23
2
Solved
Delighted to see that you have rolled out 2nd generation cloud SQL in Beta. However, I see that it is not available yet to GAE projects. Can you estimate when this link will be enabled please? We a...
Tackett asked 22/12, 2015 at 10:22
1
Solved
From https://console.cloud.google.com/sql/instances/ select an instance, then select "Import", then select "CSV".
I don't see any option to skip the first row.
The LOAD statement can do it, I j...
Dispensatory asked 7/4, 2016 at 14:39
1
Solved
I want to dump data from BigQuery (i.e. reports) into a CloudSQL database, what is the best way to achieve this programatically?
I realise I could do this manually by running a BigQuery query, dow...
Joliejoliet asked 6/4, 2016 at 14:46
3
Note: I know about this thread but it is quite old and moreover, the solution did not work for me.
I am using App Engine along with Cloud SQL and I would like to share a pool of open connections b...
Diastema asked 10/11, 2014 at 10:2
1
Solved
We have a cron job that runs every hour on a backend module and creates tasks. The cron job runs queries on the Cloud SQL database, and the tasks make HTTP calls to other servers and also update th...
Headpin asked 22/1, 2016 at 17:10
1
Solved
I'm creating a container with a connection to a cloudsql database, when I run the image with kubernetes It does not have an external IP that I can use to allow the new image to connect to the datab...
Pixilated asked 4/2, 2016 at 4:19
1
Solved
Currently , I have deployed my django project on google app engine. I need to run python manage.py migrate command so that auth_user table should be created on my google cloud instance . But don't ...
Salchunas asked 2/2, 2016 at 12:46
1
Solved
I am using automatic scaling with GAE, running php55. This also happened with php5. Settings:
automatic_scaling:
min_idle_instances: 0
max_idle_instances: 2 # default value
min_pending_latenc...
Korte asked 24/6, 2015 at 18:51
1
I have a website and i am confused where to host its database.
Google Cloud SQL D1 tier has 0.5 GB RAM and its cost is $1.46 per day.
GCE n1-standard-2 has 7.5 GB RAM and its cost is 1.68 per day...
Nimbus asked 1/12, 2015 at 9:48
2
Solved
I am using Kubernetes to deploy a Rails application to Google Container Engine.
The database is using Google Cloud SQL.
I know the database's ip address and set it into my Kubernetes config file:...
Moquette asked 18/11, 2015 at 6:45
3
Solved
It sounds like the newer cloud SQL JDBC drivers for app engine (1) support connection pooling.
Our app uses Spring+Hibernate and we're trying to use one of the existing java frameworks for connec...
Tychonn asked 30/1, 2014 at 13:22
1
Solved
What are the advantages for choosing the GCE instance linked with a Google Cloud SQL compared to a GCE with LAMP installed on it?
I am sure that the GCE are scalable, but what about the scalabilit...
Traylor asked 5/11, 2015 at 2:45
4
Solved
I want to know if there is a way using Apps Script to connect to my Google Cloud SQL DB to execute a query.
I've read many posts and it seems that the only way to access to the DB Cloud SQL is to...
Pappano asked 12/9, 2012 at 15:22
1
Solved
I just transferred my database to Google's Cloud SQL, but as stated in the FAQ on Google Cloud SQL, it says user defined functions are not supported. I am using a function called Levenshtein, taken...
Inwrap asked 18/4, 2015 at 9:15
1
I've been trying to connect unsuccessfully to my google cloud sql database (mysql) with the IPV6 address that Google gives you.
mysql -h 0:0:0:0:0:aaaa:aaaa:aaaa -u admin -p
The client prompts ...
Cynthiacynthie asked 14/5, 2015 at 21:6
1
Solved
I have enabled binary log option on Google Cloud SQL. But seems expire_log_days option can not be configured on google developpers console.
Can I configure this option? If can't, when binary log w...
Marniemaro asked 10/8, 2015 at 5:9
2
I'm having a hard time getting decent performances with Google Cloud SQL, I'm doing some pretty basic CRUD operations, for instance:
public BaseUser getUser(String token) throws SQLException{
Con...
Declared asked 3/1, 2013 at 4:55
2
I'm using CURRENT_TIMESTAMP in Google Cloud SQL and according to Google, it returns the server's current time.
Currently, with the time that it returns, it looks like the server's at UTC -1 (i.e.,...
Backset asked 21/10, 2014 at 17:23
1
Solved
When I do a simple query, like finding all users, it returns an empty array.
$users = $em->getRepository('MyApp\\Model\\Entity\\User')->findAll();
However, when I connect to my database manu...
Astrology asked 19/6, 2015 at 15:24
3
Solved
I'm still having problems accessing the cloud SQL instance from a GCE container. When I try to open up mysql, I get the following error:
ERROR 2013 (HY000): Lost connection to MySQL server at 'rea...
Cystotomy asked 5/6, 2015 at 11:50
2
Solved
Is there a way to change the setting to disable table name case sensitivity? I know that in the .cnf all you have to do is add this;
lower_case_table_names = 1
Although I cannot seem to find a w...
Careycarfare asked 13/2, 2015 at 19:57
1
(NOTE: Yes, there are some duplicate questions around this topic. However, the ones that are on-point are a few years old... back when Google App Engine only supported JPA 1.0 and the proprietary N...
Filling asked 26/3, 2014 at 15:16
© 2022 - 2024 — McMap. All rights reserved.