Connect Google Cloud SQL to a Python Cloud Function

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 15

  • @samiullahshah7264
    @samiullahshah7264 6 месяцев назад

    Thanks, Vladsave, your video made my task very easy.

  • @mosesdaudu
    @mosesdaudu 11 месяцев назад

    Awesome tutorial 💌

  • @Rebeca-rl2lm
    @Rebeca-rl2lm 4 месяца назад

    Muchas gracias, tenia mas de un día queriendome conectar y no podía.

  • @How_About_This428
    @How_About_This428 Год назад

    Thank you very much i really appreciate people like you who spread this kind of knowledge

  • @JelleKeppels
    @JelleKeppels 2 года назад

    Great tutorial, thanks a lot!

  • @Geeksrik
    @Geeksrik 9 месяцев назад +1

    I am unable to connect to my SQL instance just following what you have provided. I see you used socket from local host but on cloud function you did not use the socket part. I get the following error
    pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on 'w.x.y.z' (timed out)")
    My SQL instance has a public and private IP.
    Should I use sockets even on the cloud, or maybe sql proxy? service account is as you ve shown with the right level of permissions.

    • @vladsavecoding4111
      @vladsavecoding4111  8 месяцев назад

      If it fails on the Cloud functions make sure you enable Cloud SQL Admin API. If the proxy fails on your local machine make sure the user you are using has permissions for Cloud SQL and you enter the password correctly. You can go to IAM in Google Web Console and give "Cloud SQL Admin" to the user you logged in with

  • @TrikNgonlen
    @TrikNgonlen 11 месяцев назад

    Do you have tutorial about deploying Laravel App + MySQL to Cloud Run + Cloud SQL?

    • @vladsavecoding4111
      @vladsavecoding4111  11 месяцев назад +1

      Unfortunately no, I never used Laravel. Maybe I'll do one in the future

    • @TrikNgonlen
      @TrikNgonlen 11 месяцев назад

      @@vladsavecoding4111 awesome! Can't wait for that

  • @discere5811
    @discere5811 Год назад

    are all the process the same if my machine runs on
    windows?

    • @vladsavecoding4111
      @vladsavecoding4111  Год назад +1

      Yes, you can use cloud_sql_proxy on windows

    • @discere5811
      @discere5811 Год назад

      @@vladsavecoding4111 thank you for replying, but can you make a tutorial where in you use a machine running on windows? because I somehow cannot follow this video since its on mac

  • @muniefhassantahir6806
    @muniefhassantahir6806 Год назад

    I want to connect to my instance in a project I have deployed on google server. I am scrapping data and I want to store the data in this instance. How do I do that? Can you spare me few minutes? I will provide my contact details.