Getting Started with Cloud SQL for MySQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025
  • See how easy it is to get started with Google Cloud SQL for MySQL and PostgreSQL.

ความคิดเห็น •

  • @ricksegalCanada
    @ricksegalCanada 5 ปีที่แล้ว +6

    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.

  • @stockeaswar4150
    @stockeaswar4150 2 ปีที่แล้ว +1

    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....😤😤😤

  • @davekido1032
    @davekido1032 ปีที่แล้ว

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

  • @diegomedflo
    @diegomedflo 5 ปีที่แล้ว +6

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

  • @howtodojocom
    @howtodojocom 3 ปีที่แล้ว +1

    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;

  • @chirantanbanerjee58
    @chirantanbanerjee58 6 ปีที่แล้ว +6

    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.

    • @rkb_offcialrajeevkrbindash2617
      @rkb_offcialrajeevkrbindash2617 5 ปีที่แล้ว

      Great Question! I also want to see these type of tutorial.

    • @arjunk5959
      @arjunk5959 4 ปีที่แล้ว

      you need to connect to the SQL instance from compute engine instance, as far as i have seen.. But need a video for this..

    • @chirantanbanerjee58
      @chirantanbanerjee58 4 ปีที่แล้ว +2

      I actually did some research long back after I posted this comment here. I found out several ways to do it. I think, the most efficient workaround to tackle this situation is to use the cloud SDK in your backend code. Cloud shell is a very straight forward approach and has too many limitations for end users, having said that, it works best for carrying out the administrative operations. Hope this helps!

    • @arjunk5959
      @arjunk5959 4 ปีที่แล้ว

      @@chirantanbanerjee58 can you explain how you would do it through cloud SDK way ?

    • @chirantanbanerjee58
      @chirantanbanerjee58 4 ปีที่แล้ว +1

      @@arjunk5959 reference:
      developers.google.com/appmaker/models/cloudsql

  • @fowobajek
    @fowobajek 4 ปีที่แล้ว +2

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

  • @varunsam9947
    @varunsam9947 5 ปีที่แล้ว

    does this procedure come after bill payment?

  • @HPDStudios
    @HPDStudios 6 ปีที่แล้ว +11

    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.

  • @Kalashnikov444
    @Kalashnikov444 3 ปีที่แล้ว

    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?

  • @daksh6752
    @daksh6752 6 ปีที่แล้ว

    when is mysql8 going to be available?

  • @marceloforclaz8592
    @marceloforclaz8592 5 ปีที่แล้ว +1

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

    • @Kuchaian
      @Kuchaian 5 ปีที่แล้ว

      Check 1:04

  • @gijovarghese7548
    @gijovarghese7548 7 ปีที่แล้ว +7

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

  • @sippy_cups
    @sippy_cups 5 ปีที่แล้ว +1

    Awesome!

  • @ieatcrayons3322
    @ieatcrayons3322 2 ปีที่แล้ว

    ty bro

  • @saschathinius7082
    @saschathinius7082 7 ปีที่แล้ว +3

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

  • @lichaytiram9246
    @lichaytiram9246 4 ปีที่แล้ว

    it ask for credit card

  • @AlexPaluzzi
    @AlexPaluzzi 7 ปีที่แล้ว +1

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

  • @Adam-gp3ij
    @Adam-gp3ij 4 ปีที่แล้ว +1

    I like Google Cloud and thank you for free 300$

  • @SergioGordilloGallardo
    @SergioGordilloGallardo 7 ปีที่แล้ว +2

    Cloud tasks! Huh 🤔

  • @rkb_offcialrajeevkrbindash2617
    @rkb_offcialrajeevkrbindash2617 5 ปีที่แล้ว

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

  • @SagarYadavIndia
    @SagarYadavIndia 5 ปีที่แล้ว +1

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

  • @khansvirtualdiary
    @khansvirtualdiary 2 ปีที่แล้ว

    easy outlined

  • @helenramsey2133
    @helenramsey2133 5 ปีที่แล้ว

    SQL vs MySQL

  • @jumbo999614
    @jumbo999614 4 ปีที่แล้ว

    I thought it was free.

  • @matthewjack9625
    @matthewjack9625 5 ปีที่แล้ว

    borring time!!