How To Connect MySQL To VsCode.. (For Windows)

Поделиться
HTML-код
  • Опубликовано: 8 сен 2022
  • Learn how to get mysql hooked to vscode and kill some bugs while you're at it👌🏾..
    Install MySQL
    🔗 dev.mysql/downloads/installer
    Create User jess_i
    CREATE USER IF NOT EXISTS jess_i@localhost IDENTIFIED BY 'password';
    Grant All Privileges to Jess_i
    GRANT ALL PRIVILEGES ON . TO 'jess_i'@'localhost';
    Create User With Native Password Authentication
    CREATE USER IF NOT EXISTS 'jess'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
    Grant All Privileges to Jess
    GRANT ALL PRIVILEGES ON . TO 'jess'@'localhost';
    🔗 Hi there🙂👋🏽, Connect with me on LinkedIn
    / jesse-braide-4a2235243
  • НаукаНаука

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

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

    Thank you so much Jesse. So easy and straight forward.

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

    This was quite helpful... Jess inspired, always the 'go-to' place.

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

    Thanks man... This is the best video I've found so far on connecting to the mysql database. I really appreciate this one

    • @jess-inspired
      @jess-inspired  11 месяцев назад

      Always a pleasure to be of help

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

    Thanks Jesse, I've been looking for a way around this.

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

    Thanks for this Jess, saved me a lot of research time.

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

    thanks man so helpful🤘🤘

  • @slimysnail6071
    @slimysnail6071 10 месяцев назад

    Error opening connection self signed certificate in certificate chain
    I had a 'ssl' option with 'disabled' or 'enabled'(with a lot of set up), I chose enable.. But I am not seeing any SSL option in your video.. Plz help

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

    Soooo Helpful

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

    Can you please do same for php?

  • @Steve-zw1yh
    @Steve-zw1yh Год назад +2

    Could you help test connection is not suported_auth_mode. Client not supported.

    • @SurajKumar-ku1lg
      @SurajKumar-ku1lg Год назад +1

      Same problem

    • @jess-inspired
      @jess-inspired  Год назад +1

      Sorry for the late reply..
      If you're yet to get it fixed..
      You can run in your mysql shell..
      ALTER USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
      N/B: Go ahead and change 'username' with your specified username and 'password' with yours. You can have an empty string for password if you don't want any..
      Hop this helps..

    • @Steve-zw1yh
      @Steve-zw1yh Год назад

      @@jess-inspired thanks a lot

    • @user-fv8or4my6v
      @user-fv8or4my6v Год назад

      @@jess-inspired how to run in the shell..

  • @abcd-rm6zp
    @abcd-rm6zp Год назад

    Hii,
    I am Sargam from India . I recently started doing works on Ubuntu and now i need to set up my "MySQL Database " in V.S.Code on it and I don't know how these would be done. Can anyone help me to fix out this issues . It's my pleasure that you would help me or you can suggest me a RUclips link.

    • @jess-inspired
      @jess-inspired  Год назад

      Hello.
      You can try out this article from digital ocean
      www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04
      Hope it helps. Also sounds like a great idea for a video. Cheers