Getting Started with Cloud SQL for MySQL

preview_player
Показать описание
See how easy it is to get started with Google Cloud SQL for MySQL and PostgreSQL.
Рекомендации по теме
Комментарии
Автор

With all respect to the other comments, this five minute video does an excellent first/fast look and getting a db up and running. In five minutes. Aastha, thanks for this video. It was a pretty good return on my five minute investment of time.

ricksegalCanada
Автор

How yo connect to SQL CLoud form App Engine and do querys?

diegomedflo
Автор

Hey, Google, The private SQL instance cannot be connected from
1.Peered VPC
2. From On Prem via VPN
as you say in the doc that transitive peering is not possible.
Its 4 years passed away, no improvement to solve the above issues....😤😤😤

stockeaswar
Автор

Connecting to Cloud sql from Compute Engine instance and cloud shell is pretty simple and straight forward. But suppose, you have web application hosted on a Compute engine instance and you need a backend Cloud sql db support to store the web app data. How do I connect the web app to cloud sql in order to insert the values in the particular db in this case. Please put up a useful tutorial.

chirantanbanerjee
Автор

How can I link kobo connect API with Google cloud SQL for realtime database?

fowobajek
Автор

same comment as others.... its not very useful to show us that we can connect with cloud shell... its the google cloud proxy and ssl connections that are confusing.... here’s an idea.... why dont you make another video showing us how to hand type and verify a million different records... hmmm... this is a cool idea but i think you missed the connection with potential users.

HPDStudios
Автор

I’m confused how you entered the root password. What key do you press to activate it? I tried to type it out but it wouldn’t let me type. I’m stuck. Any help?

Kalashnikov
Автор

It is hard to see the terminal at the end of the video as YouTube puts other videos on top of it

davekido
Автор

SQL statements:

CREATE DATABASE guestbook;
USE guestbook;

# Create table
CREATE TABLE entries (
guestName VARCHAR(255),
content VARCHAR(255),
entryID INT NOT NULL AUTO_INCREMENT,
PRIMARY KEY(entryID)
);

# Input data
INSERT INTO entries(guestName, content)
values
("first guest", "I got here");

INSERT INTO entries(guestName, content)
values
("Second guest", "me too!");

# get the data
SELECT
*
FROM
entries;

howtodojocom
Автор

Title is "Getting Started with Cloud SQL for PostgreSQL", but in video its MySQL

gijovarghese
Автор

Great video. I have a question: where and when you setted the root password?

marceloforclaz
Автор

does this procedure come after bill payment?

varunsam
Автор

You guys for the titles of the MySQL and Postgres videos mixed up FYI.

AlexPaluzzi
Автор

Please put up a useful tutorial, for migrate app-engine to my project in gcp

rkb_offcialrajeevkrbindash
Автор

this title swapping is an example that even 'googlers' are only humans 😁

saschathinius
Автор

I like Google Cloud and thank you for free 300$

Adam-gpij
Автор

Low quality video that makes us enter the ERROR 1064 (42000): world.

SagarYadavIndia
visit shbcf.ru