FIX ERROR: Client does not support authentication protocol requested by server

Поделиться
HTML-код
  • Опубликовано: 10 окт 2024
  • How to fix MySQL error: ER_NOT_SUPPORTED_AUTH_MODE Client does not support authentication protocol requested by server; consider upgrading mysql client
    *************************
    How to create a new MySQL user with old authentication method:
    CREATE USER 'sqluser'@'%' IDENTIFIED WITH mysql_native_password BY 'password';
    GRANT ALL PRIVILEGES ON . TO 'sqluser'@'%';
    FLUSH PRIVILEGES; .
    ***********************************
    🔥 Complete Udemy Courses :
    ASP.NET MVC Course : www.udemy.com/...
    ASP.NET Course : www.udemy.com/...
    ASP.NET Core Web API : www.udemy.com/...
    React JS : www.udemy.com/...
    ⬇️ Free Document Proofreading ⬇️
    ► Grammarly : grammarly.go2c...

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

  • @westpoint7942
    @westpoint7942 2 года назад +2

    Yep, your method works for a containerized mysql instance. Instead of many others that looks very similar. Who knows why. May be there is a difference between 'foo'@'%' and 'foo2'@'localhost'.
    Thank you, man !

  • @sudhanshukumar4586
    @sudhanshukumar4586 Год назад +3

    Minor mistake... * is missing in GRANT ALL PRIVILEGES ON . TO 'sqluser'@'%';... so the new command will be GRANT ALL PRIVILEGES ON **.** TO 'sqluser'@'%';..
    Thanks

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

    Thanks a lot, I was breaking my head with this issue. I am using VS in Ubuntu, but the commands were working in terminal as well! I became your fan Bro!!!!

  • @julianandolfatti3359
    @julianandolfatti3359 2 года назад +1

    Thank you very much!!! You save my day, i start learnig SQL and had this problem just from the start. You hava my like and subscription!!!

  • @kaargen
    @kaargen 2 года назад +1

    Thanks a lot! this was the only guide I could find that didn't skip a step.

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

    Thank you Sir. Worked perfectly.

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

    I was looking for an answer for 3 weeks in a row, as nothing helped me from the net. You are messiah

  • @haryakumuda6798
    @haryakumuda6798 2 года назад +1

    am I the only one who still cant fix this? still doesn't support authentication protocol requested by server.
    I get this warning " 4058 1 factor authentication method does not match against authentication policy"

  • @MichaelBrima-ld9lo
    @MichaelBrima-ld9lo 5 месяцев назад

    I have been trying to solve this problem for days now, thank you so much!!!

  • @SkiInsane
    @SkiInsane 2 года назад +2

    Awesome video! Worked perfectly for me, thank you!!!

  • @Maksimka-vc8fw
    @Maksimka-vc8fw Год назад +1

    Thanks ALOT. But change second comand in the discription, you missed * around the dot)))

  • @Jean-Christophe974
    @Jean-Christophe974 Год назад

    thank boss you save my life with gatsby-source-mysql plugin!

  • @tonyccorimanya2482
    @tonyccorimanya2482 2 года назад +2

    doesn't work for me, the same problem again and again

  • @tahirpk9297
    @tahirpk9297 Год назад +2

    2nd command is giving me error

  • @re-peteafter-me2008
    @re-peteafter-me2008 Год назад

    It has worked. Thanking you.

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

    Bro thank so mucho! just I needed watch 3 minutes of you video, thank u thank u

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

    Can confirm this worked, thank you.

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

    Thanks! Worked perfectly!

  • @miguelvologodskiy7907
    @miguelvologodskiy7907 2 года назад +1

    You're just awesome! Thanks a lot!

  • @yulialanz.2246
    @yulialanz.2246 2 года назад

    Thank you so much. Shortly and clear. It was really helpful

  • @_Spread_Positivity_
    @_Spread_Positivity_ 2 года назад +2

    Can you please help me with this error , i followed every step but after save connection it is giving this error and also the disconnect icon is not present for me ... please help
    ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client

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

    Thank you sir for your kind and conscious explanation.

  • @kimokimo-se3ur
    @kimokimo-se3ur 2 года назад

    really thank you !! you just saved my day :) ! keep shining !

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

    You're GREAT man, thanks a lot!!

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

    Thank you!!! It's working!!

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

    Thank you, works here!!

  • @talarbiv7068
    @talarbiv7068 2 года назад +1

    its says 'mysql' is not recognized
    can someone help pls?

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

      if you are talking about the error in cmd, watch this video: ruclips.net/video/yvBbSurPEgA/видео.html
      is brazilian portuguese but you must understand

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

    ATTENTION! this is outdated and does not work anymore! use another technique

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

    Excelente, me soluciono el problema!

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

    You're a lifesaver, tysm 😁

  • @bruno.nascimento
    @bruno.nascimento 2 года назад

    Thank you sooooooo much!!! You saved my project too. 😀

  • @denilsonmucavel8150
    @denilsonmucavel8150 4 месяца назад

    Thanks a lot brow it helped me. Hugs from Mozambique

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

    thank u so much,finally i find something to fix my error and it work.

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

    Thank you sooooooo much!!! You saved my project :)

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

    Thanks a ton ! You are just amazing !

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

    Thank you so much! simple video and to the point

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

    Why is it that when I try checking the mysql version it returns an error "mysql is not recognized as in internal or external command, operable program or batch file."?

    • @MartinEzequielMonzon
      @MartinEzequielMonzon 7 месяцев назад

      It might be a little late to answer this question, and you may have already solved it. But basically the problem is that it wasn't added to the system's enviroment variables.

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

    Thank you so much. You save my day. I take a lot of time to solve it.

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

    It works.. thankssssss!!!

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

    Thank you so much, it worked perfectly.

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

    I tried exactly but it didn't work for me :(

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

    Thanks man you rock!!!!!

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

    soooo BIG thank you !!!!

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

    Muchas gracias! finalmente pude conectarme

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

    Thank you !!

  • @duncanmwangi3468
    @duncanmwangi3468 2 года назад +1

    It worked fo me

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

    Very useful tip and it worked fine.

  • @RahulSk-rj6cu
    @RahulSk-rj6cu Год назад

    Thank you so much it's working

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

    Thank you so much. This was really helpful

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

    cool but how to make the new authentification method work?

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

    That was a super tipp, helped me a lot

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

    Many thanks!

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

    This was very Helpful

  • @kevin.bolanoa
    @kevin.bolanoa 11 месяцев назад

    Muchas Gracias!!!!!!!!!!!!!!!!!!!

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

    After 4 hours of struggling finally

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

    how tf im getting a syntax error, tried like 10 times...

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

    God damn thank you so much !

  • @AleksandrKulikov-r3c
    @AleksandrKulikov-r3c Год назад

    Good job ! Than you !

  • @A-Miracle000
    @A-Miracle000 2 года назад

    Thank you

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

    thanks man, nice video

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

    thank you!

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

    I love you

  • @LuisGonzalez-gv1yb
    @LuisGonzalez-gv1yb 2 года назад

    Thanks!!!!

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

    Thnaksss

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

    thank you, thank you THANK YOU

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

    great job

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

    Wow, thanks

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

    THANK YOU

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

    THANKS BRO

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

    thanks bro!

  • @a.t.y7
    @a.t.y7 2 года назад

    Password? What password you add here?

  • @darksnake1495
    @darksnake1495 3 года назад

    thank you

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

    thanks u ❤

  • @عليسعد-ح3ك5ذ
    @عليسعد-ح3ك5ذ Год назад

    not working

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

    do not work

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

    IF this query throw an error:
    GRANT ALL PRIVILEGES ON . TO 'sqluser'@'%';
    don't forget to put the * (as in the video):
    GRANT ALL PRIVILEGES ON *.* TO 'sqluser'@'%';

  • @LBMello-qn8xx
    @LBMello-qn8xx Год назад

    🤌👍

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

    Thank you so much. I've been on this for days

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

    Thank you!

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

    Thank you!

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

    THANK YOU!!

  •  2 года назад

    Thank you!

  • @nuzz.e92
    @nuzz.e92 2 года назад

    THANK YOU!

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

    Thank you!!!

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

    Thanks a lot!

  • @rockysaini9604
    @rockysaini9604 3 года назад

    Thanks a lot!