Connecting to MySQL from Command Line on macOS and Linux

Поделиться
HTML-код
  • Опубликовано: 25 июл 2024
  • Learn how to connect to MySQL from the command line under macOS (OSX) and Linux operating systems.
    This video is from my online course SQL Beginner to Guru: MySQL Edition.
    Checkout the full course here!
    www.udemy.com/course/sql-begi...
  • НаукаНаука

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

  • @shashwattiwari4969
    @shashwattiwari4969 3 года назад +1

    Thank you so much! It was really precise and useful.

  • @the7engine
    @the7engine 4 года назад +3

    Very nice style and you cover the important points. Maybe expanding on how to solve for the mysql "alias" problem would help too.

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

    Dude thank you so much after a long search finally worked.

  • @Meister12
    @Meister12 3 года назад +1

    Very useful video. Thank you so much!!

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

    Thank you !!!
    This solution perfectly works 🙂

  • @mojave7604
    @mojave7604 3 года назад +3

    OMG! Life saver!!! Thank you! :D

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

    It really helps me a lot. Thank u sir

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

    Thanks! it's very useful.

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

    Thanks it worked well !

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

    This is exactly what I was looking for, thank you. I just have to create a database on my personal Mac, first.

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

    Thank you so much !!!

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

    this video help me a lot, therefore thank you very much

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

    thanks it works for me

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

    Great video. It worked for me well though I've faced some errors and tried to get help from stackoverflow.

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

    I was trying to connect to mysql but was always getting zsh: mysql command not found
    your vedio helped me to do it in one go
    thank you so much

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

    thanks homeslice

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

    thanks🙏

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

    finaly!

  • @kammytong5165
    @kammytong5165 4 года назад +1

    Is there anyway we can set it up so we dont have to make alias everytime we use?

    • @tsojka100
      @tsojka100 4 года назад +1

      so i was following along with this video and i found that once i open the terminal i can enter mysql -u root -p and it wil; prompt me for my password and then im in

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

    What password do we use?

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

    Omfg thx ALOT

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

    tysm

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

    Are there some preliminary steps to have the directory path /urs/...? And where I have to open the terminal for doing this connection?

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

      Yes, from terminal run: brew install mysql and then same steps but use: /usr/local/opt/mysql/bin/mysql

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

    where can I find the password for the root user?