Deploy PHP Application - connected to MySQL - in Google Cloud's App Engine

Поділитися
Вставка
  • Опубліковано 10 вер 2024

КОМЕНТАРІ • 63

  • @ShawnRitch
    @ShawnRitch 4 роки тому +13

    You are moving through this tutorial way too fast. It's very difficult to see exactly what it is you are doing.

    • @PowerGI
      @PowerGI  4 роки тому +3

      Hi Shawn, thanks a lot for your feedback, greatly appreciated! Will definitely take it into consideration and will try to improve for futures videos.

  • @aiviskri
    @aiviskri 3 роки тому +4

    I love how clear and straight to the point this video is. Awesome work!

    • @PowerGI
      @PowerGI  3 роки тому

      Thanks so much!

  • @mehmetarslan2034
    @mehmetarslan2034 Рік тому +1

    Warning: mysqli_connect(): (HY000/1045): Access denied for user ''@'localhost' (using password: NO) help ?

  • @rowelquizon4474
    @rowelquizon4474 8 місяців тому

    Hey, I'm stuck, my link keeps returning url not found on this server, what should I do

  • @yogeshmahalingam4870
    @yogeshmahalingam4870 3 роки тому

    i am getting "Error: SQLSTATE[HY000] [2002] No such file or directory". Any idea how to solve this?

  • @abderahimamjida2654
    @abderahimamjida2654 3 роки тому +1

    U SAVED MY DAY THANKS FROM MOROCCO

    • @PowerGI
      @PowerGI  3 роки тому

      thank you for commenting the video! :):):)

  • @spicytuna08
    @spicytuna08 3 роки тому

    is there sandbox where you can test before deploying? we do not want to deploy each time a small changes has taken place.

  • @neodyo666
    @neodyo666 3 роки тому +2

    de la verch....more slow please.....what its your problem lady?

  • @vanchien5874
    @vanchien5874 Рік тому

    For anyone who wonder whether it is free, if you deploy a small php app in Cloud Run, its free. But if you deploy a small php app in Cloud Run with a small database in Cloud MySQL, it charges at least 1 dollar every 4 days.

  • @deasafryda3619
    @deasafryda3619 2 роки тому

    If the source code is from github, so that's should be in public repository or it can be in private repository ?

  • @rviscarra22
    @rviscarra22 3 роки тому

    Hello, can I deploy a web application in Laravel 7? Exist a free hosting for that? Thanks!

  • @rogerangel4257
    @rogerangel4257 3 роки тому +1

    I love that accent de verdad! Fantastic video very clear straight to the point and simple. De donde eres

  • @JS-vm2zd
    @JS-vm2zd 3 роки тому +2

    Excelente vídeo, sé que sabes español porque en el SDK Shell estaba en español. :)

    • @PowerGI
      @PowerGI  3 роки тому +4

      gracias por tu comentario! saludos!!! :)

  • @osamaelawad1428
    @osamaelawad1428 4 роки тому +1

    Why are taking very very faster?

  • @crazycoder6754
    @crazycoder6754 3 роки тому

    Everything is working perfectly but I'm getting error on Google Cloud SDK Shell when I write this command gcloud app deploy
    ERROR: (gcloud.app.deploy) Error Response: [3] The directory [] has too many files (greater than 1000). I have 2882 files to upload. How to fix the error ?? Please help me? I need you help, I'm facing it from many many days

    • @PowerGI
      @PowerGI  3 роки тому

      Hello! Are all those files in the same folder as the app.yaml file folder?

  • @user-ew1vk9cs3n
    @user-ew1vk9cs3n 3 роки тому

    Thank you so much miss. That just solved my problem perfectly

  • @shaniasrmnt
    @shaniasrmnt 3 роки тому

    Thank you so much for this! Such a big help.

  • @bhavinkarthiya5421
    @bhavinkarthiya5421 3 роки тому

    How I set php version 7.0 in google cloud?

  • @carloscracco6610
    @carloscracco6610 2 роки тому

    Felicitaciones. Bien explicado. 10 puntos

  • @tianot3636
    @tianot3636 2 роки тому

    Is it free to deploy php application on google cloud?

  • @kevinthomas3669
    @kevinthomas3669 Рік тому

    I love your style!!

  • @iamtafara
    @iamtafara 3 роки тому

    Can you explain the mysqli connection line,, what are those parts that you used null ,, what is supposed to be there

    • @PowerGI
      @PowerGI  3 роки тому +1

      HI Terry, thanks for your comment! is this the line you refer to? $connection = mysqli_connect(null, 'username', 'userpassword', 'dbname', null, 'instancename');

  • @spicytuna08
    @spicytuna08 3 роки тому

    how to deploy to the actual site? thanks

  • @francomartino9675
    @francomartino9675 3 роки тому +1

    Excelente vídeo! Una pregunta, el login que aparece en tu vídeo, lo manejas con session_start() y las clásicas variables de sesión? Porque logro subir el proyecto al app engine pero no me funciona el login ni las variables de sesión (aunque funciona perfectamente en mi local). Supongo que es algo relacionado con la configuración de app engine. Ojalá me pudieses dar una mano :)

    • @PowerGI
      @PowerGI  3 роки тому

      hola! enviame un correo a graciela@powergi.net para q podamos ver los logs que tu app general, en mi caso si son variables y cookies clasicas, puede ser q algo pequenio tenga errores y eso este haciendo que tu app no logre loggearse. saludos!

  • @JoanSebasPalacio
    @JoanSebasPalacio 3 роки тому

    Hey! good video, thanks, do you know how to disable /favicon.ico warning? (when you will not use it, ex: app as a backend only)

  • @deqnski890able
    @deqnski890able 3 роки тому

    Thank you very much, you helped me a lot

    • @PowerGI
      @PowerGI  3 роки тому

      Thank you very much for your comment!

  • @josegonzalez-jg1kj
    @josegonzalez-jg1kj 4 роки тому +1

    A good tutorial!! how would it be with laravel app?

  • @edgararmandotrejogutierrez3375
    @edgararmandotrejogutierrez3375 3 роки тому +1

    Excelente video y gran explicación. Saludos desde CDMX. Disculpa, tengo una duda. ¿Puedo crear una instancia de MYSQL con una database en Google Cloud pero conectarme a ella desde un servidor diferente, es decir por ejemplo desde un servidor de Heroku?

    • @PowerGI
      @PowerGI  3 роки тому +1

      hola! gracias por tu comentario. si es posible crear una base de datos en Google Cloud y luego conectarte a esta instancia desde otra app en otro servidor, pero el resultado es bastante lento comparado como seria si la app y la base de datos estan en el mismo servidor. Esto se le atribuye al hecho q la informacion tiene q viajar de servidor a servidor y luego al usuario final.

    • @edgararmandotrejogutierrez3375
      @edgararmandotrejogutierrez3375 3 роки тому

      @@PowerGI Oh! Ya veo, muchas gracias. Si de hecho fui rápido a la documentación de Google Cloud y en efecto es totalmente posible. Estaría súper bueno si realizaras un video de este tema. Agradezco tu respuesta. Saludos.

  • @Ramikelesli
    @Ramikelesli 3 роки тому

    can we have one for Laravel?

  • @alikabeer5008
    @alikabeer5008 3 роки тому

    7:45 awww 😍

  • @khaledtellopalacios3072
    @khaledtellopalacios3072 2 роки тому

    Thanks!

  • @zackerawali
    @zackerawali 3 роки тому

    this really helpfull

  • @masaru8162
    @masaru8162 2 роки тому

    muy buena info 👌

  • @teckno0641
    @teckno0641 4 роки тому

    is there any chance i can send a mail to U? i'm trying to mount my project but i built my application in an old way. maybe U can give me some guidance?

  • @alikabeer5008
    @alikabeer5008 3 роки тому

    muchas gracias!

  • @muhammadhilda2400
    @muhammadhilda2400 3 роки тому

    halo, file github error, not found

    • @PowerGI
      @PowerGI  3 роки тому

      thank you for your comment, Muhammad! I have updated the link, not sure why GCP docs changes but it's now updated :) warm regards!

  • @jorgeleon9212
    @jorgeleon9212 4 роки тому

    si jala muchas gracias!

    • @PowerGI
      @PowerGI  4 роки тому

      Gracias por comentar!

  • @katherinevargas4818
    @katherinevargas4818 3 роки тому

    I followed every single step you did, but even though i can't see my data on the webpage and i don't know why :(

    • @PowerGI
      @PowerGI  3 роки тому

      hi there Katherine! sorry for the delayed reply. are you still needing help? if yes, you can contact me on graciela@powergi.net. Thank you!

  • @Jeffrey_Gauntt
    @Jeffrey_Gauntt 3 роки тому

    this is a great video topic. the only thing is that you move through it so so so wayyy toooooooo fast!!!!! you click and screen is one or 2 items ahead of your explaination. it was too fast to follow

    • @PowerGI
      @PowerGI  3 роки тому

      hi Jeffrey, thank you for your comment and for the feedback, we are taking it into consideration for future videos and trying to improve the pace :) thank you again

  • @SurajKumar-lg4gu
    @SurajKumar-lg4gu 4 роки тому

    Bucket Connect krna sikho php mai and thorda slow video record kro

  • @meteordzgaming3251
    @meteordzgaming3251 4 роки тому

    I LOVE YOU

    • @PowerGI
      @PowerGI  3 роки тому

      lol! thanks for your comment, made the day! :) glad it could help

    • @meteordzgaming3251
      @meteordzgaming3251 3 роки тому

      I got a problem .. when i deploy only the index file shows the other pages are not accessible can u plz help im graduating this week

    • @PowerGI
      @PowerGI  3 роки тому

      @@meteordzgaming3251 hello ! did you add the pages in the handler.php file?

    • @meteordzgaming3251
      @meteordzgaming3251 3 роки тому

      I added 2 .. worked but the others on directories didnt work

    • @PowerGI
      @PowerGI  3 роки тому

      @@meteordzgaming3251 can you email me to graciela@powergi.net? please send an screenshot of the error ur getting when accesing those pages and also an screenshot of the handler.php and app.yaml file. thnx!