Using Google Cloud SQL with App Engine

preview_player
Показать описание
Learn how to create a Google Cloud SQL database and use it with Google App Engine. This allows you to use a fully managed relational SQL database with your App Engine application!

Learn more about Google Cloud SQL here:

Learn more about Google App Engine here:

#CloudMinute
Рекомендации по теме
Комментарии
Автор

Generally I have to speed up tech video, here I have to lower down speed

HornOkay
Автор

After following all the instructions up to 0:50 into this video. I created the database and placed the appropriate text in the yaml file.

But it doesn't deploy the application. It loads the application once i remove the env variables from the yaml file (which means no connection in the application will work.?). Yet the database was definitely created and exsist with the tables. Because when i type { $ use dbName } on the terminal, the database loads on terminal.


further.. it explains as error:

" found character '\t' that cannot start any token
in "location-of-app/app.yaml", line 187, column 1"


Yet there is no "\t" on line 187?

Any thoughts on this?


UPDATE:
Turns out the indentation autmatically was doing one more character space than required (causing the YAML to parse incorrectly)
It's amazing how 3 hours can pass figuring out an issue that all started from having an aditional space character.

charlesderek
Автор

Dude you were in a hurry !!! Was it supposed to be under a minute ?

srikanthhemmige
Автор

How to do it in node.js - i cant understand

itabgs
Автор

I see wat you mean with "quickly"

ranano
Автор

Hi I wanted to ask, is data in transit during connection between app engine (standard environment) and cloud sql encrypted?

patrickpunzalan
Автор

how can i connect to the google cloud sql with standard mysql driver?

mafiazzero
Автор

How to connect a database step by step in android studio 3.0? I have the database created in Cloud Sql and I can access it through the credentials without problems from workbench, I would appreciate your answer

waldosoto
Автор

when would you recommend Bigdata (Hadoop) vs Google Bigquery?

udayayyagari