Top "Google-cloud-sql" questions

Google Cloud SQL is a service that allows you to create, configure, and use relational databases that live in Google's cloud.

What's the difference between Google Cloud Spanner and Cloud SQL?

I am novice in GCP stack so I am so confused about amount GCP technologies for storing data: https://cloud.…

google-cloud-platform google-cloud-sql google-cloud-spanner spring-cloud-gcp
GAE DataStore vs Google Cloud SQL for Enterprise Management Systems

I am building an application that is an enterprise management system using gae. I have built several applications using gae …

google-app-engine google-cloud-datastore google-cloud-sql
Change Google Cloud SQL CURRENT_TIMESTAMP time zone?

I'm using CURRENT_TIMESTAMP in Google Cloud SQL and according to Google, it returns the server's current time. Currently, with …

mysql google-cloud-sql
Google Form data to store in cloud SQL database

I'm new to Google Forms and Google Apps Script. I have ten Google Forms, and on submitting forms they populate …

google-apps-script google-sheets google-cloud-sql google-forms
Can't import PostgreSQL10 dump into 9.6 database

I need to somehow convert a v10 dump file into one which is 9.6 compatible Google's Cloud SQL runs PostgreSQL version 9.6 …

postgresql version google-cloud-sql
ssl connection error: unknown error number

Using MySQL Workbench Ver. 6.3.6 As of an update just pushed to my Google SQL db instance I can no longer …

mysql ssl google-cloud-platform mysql-workbench google-cloud-sql
Getting notAuthorized error with cloud_sql_proxy locally

I'm trying to setup a connection locally for 2nd generation cloud sql instance. Call for the proxy is ./cloud_sql_…

google-app-engine google-cloud-platform google-cloud-sql
Google Cloud SQL proxy couldn't find default credentials

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 …

google-cloud-platform google-cloud-sql google-cloud-sdk
Right way to connect to Google Cloud SQL from Node.JS

I followed the example on how to set up Node.JS to work with Cloud SQL, and generally got it …

node.js google-app-engine google-cloud-platform google-cloud-sql
PHP MySQL over SSL. Peer certificate did not match

I'm trying to use Google Cloud SQL over SSL from GCE(Google Compute Engine) instance. My problem is that I …

mysql mysqli pdo google-compute-engine google-cloud-sql