Connect to Cloud SQL from App Engine in Google Cloud HD

12.04.2020
#appengine #gcp Tutorial to connect Cloud SQL from App Engine in Google Cloud. GitHub URL: https://github.com/cloudadvocate/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; ---------- PLEASE SUBSCRIBE ➡️https://bit.ly/36x6qQy ❤️ BUY ME A COFFEE ☕https://bit.ly/3lumyqx ---------- PLAYLISTS: - Associate Cloud Engineer Study Guide: https://bit.ly/37y1dYl - Google Cloud Playlist: https://bit.ly/37uMZal ---------- - Questions? Thoughts? Disagreements? Tell us here in the comments. ---------- LETS CONNECT: Facebook: https://www.facebook.com/multicloudguy Instagram - https://instagram.com/multicloudguy Twitter - https://twitter.com/multicloudguy

Похожие видео

Показать еще