Загрузка страницы

Connect to Cloud SQL from App Engine in Google Cloud

#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

Видео Connect to Cloud SQL from App Engine in Google Cloud канала Cloud Advocate
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
12 апреля 2020 г. 4:10:17
00:15:50
Яндекс.Метрика