Connect to Cloud SQL from App Engine in Google Cloud

preview_player
Показать описание
#appengine #gcp
Tutorial to connect Cloud SQL from App Engine in Google Cloud.

- Commands Used:
gcloud sql connect gk-demo-utube --user=mastergk

create table demo_tbl(
demo_id INT NOT NULL AUTO_INCREMENT,
demo_txt VARCHAR(500) NOT NULL,
PRIMARY KEY ( demo_id )
);

insert into demo_tbl(demo_id,demo_txt) values(1,"hello guys, thanks for watching my video :)")

select demo_txt from demo_tbl;
----------
----------
PLAYLISTS:
----------
- Questions? Thoughts? Disagreements? Tell us here in the comments.
----------
LETS CONNECT:
Рекомендации по теме
Комментарии
Автор

Thank you all for your support and warm comments!. Let me know if you are having any issue in the tutorial and don't forget to clean up the resources :)

CloudAdvocate
Автор

I spent all day trying to figure this out through the google docs. This step by step instructional was literally the most helpfull video ive watched for a while and got my app working. THANK YOU SO MUCH!

chrisoaus
Автор

Thank you for the video! I will try implementing it today!

muralikrishna
Автор

Your videos and advice are so valuable. My understanding of Google cloud has increased enormously by watching your videos and taking your advice. Great work sir!

adamtechdays
Автор

You are a lifesaver!!! I dont normally comment but this video is so good, I have to! thanks!!

genacc
Автор

Thanks very much four this video. I'm new with GCPI really need this video for my test deployment + mysql. This video really help me. Keep it up bro

hankasiman
Автор

I really needed this video a two years ago! lol Although today is gona late, before late than never! tks

Chalbano
Автор

this is the excellent video i have come across. thanks man.

EuroTravelDiaries
Автор

Thank you so much for this video! Keep it up :)

justkeepfilming
Автор

Thank you very much for this helpful guide!

dimitreortt
Автор

Thank you so much @Cloud Advocate for making this video. This made my job so much easier! If I could hit the like button more than once to show my appreciation, I would hit it a thousand times! Thank You!

kashishhgoel
Автор

Great! Thanks for your video. Keep it up..:) . It helps a lot :)

sumon
Автор

Thanks alot can you make a tutorial on load balancers

louis
Автор

Thank you for creating this amazing video

thecloudterminal
Автор

Cool Content! Gk, can you please make a video on EKS, I am planning to work on it in one of my projects ☺

indrareddygayam
Автор

public cloudsql is rare ..no one uses it because of security concerns...but cool !!

Cloud-Radio
Автор

Thanks for the tutorial, can you please explain how to access cloud sql from Dataproc

LatheshBl
Автор

Hi GK, that's a great guide and most appreciated. Continue posting more guides on GCP. Many are looking for such valuable info. The following points refers:
1/ I have an HTML file with 4 textboxes, 9 radio buttons and a submit button.
2/ I have GPC mySQL database setup with one table (tblCustomer).
3/ How can I connect to the mySQL database? Enabling data collection into the table when people hit the Submit button?
Please advice.
Thanking you in advance.

mahapappan
Автор

Thanks for the video. Can you please show how to connect to ClodSQL for Postgres from Cloud Function via CloudSQL proxy

manukm
Автор

Hello, Thanks for making this video. Can you please make another one for Express js & Node js connecting to MySQL and querying DB from code?

cliosightsoftware