MySQL Mac Installation | SQL | Tutorial 5

Поделиться
HTML-код
  • Опубликовано: 2 июл 2024
  • 🦒❤️ www.giraffeacademy.com/databa...

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

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

    5 years later and still on spot! Thank you!

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

    Thank you! You’re literally the best

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

    Mike you have made programming look easy.

  • @lorraineliu8422
    @lorraineliu8422 5 лет назад +1

    Extremely helpful. Thank you!

  • @Amazhit
    @Amazhit 4 года назад +9

    For you, to make life a bit easier :)
    echo ‘export PATH=/usr/local/mysql/bin:$PATH’ >> ~/.bash_profile

  • @biesann9329
    @biesann9329 4 года назад

    THANH YOU MIKE T_T following several tutorials but none of them works, idk why, until this one

  • @sureshmhoprekar2744
    @sureshmhoprekar2744 5 лет назад

    Thank you great videos!!!

  • @gaberondon8757
    @gaberondon8757 4 года назад

    You are the man, thank you

  • @emmavelazquezxyz
    @emmavelazquezxyz 5 лет назад

    Thanks Mike!

  • @armmass5036
    @armmass5036 5 лет назад

    good man you solved one problem for me thank you

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

    you saved my day bro

  • @Siddharth-uo6zw
    @Siddharth-uo6zw 2 года назад +1

    Thank u so much!
    can you make more advanced paid courses in SQL, Back end Developer with economical for students.
    you teach so well.

  • @mscoco1431
    @mscoco1431 5 лет назад +1

    thank you so much for all sql videos but i want to change font size in popsql ,i did'nt fegier it out

  • @Roboticdock
    @Roboticdock 5 лет назад

    Mike, thanks a lot for nice explanation, I have trouble connecting POPSQL! Actually, when I sign in, it doesn’t open the “connecting to database” window, instead it takes me back to the application. I’d be grateful if you could help me.

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

    Hi Mike,
    unfortunately the download of POPSQL is not for free anymore. Is there a way how I can download it without the monthly costs?

  • @Kijiima
    @Kijiima 2 года назад +5

    Hi Mike - helpful tutorial! But I have a OS 11.2 Big Sur and I can't seem to access MySQL through Terminal when following your instructions. Any chance you can help?

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

      Im having the same problem, did you figure it out?

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

      Hi, I had the same problem. Here is the instruction how to do it ruclips.net/video/k2EtMqUNkm8/видео.html&ab_channel=SysAdminCorner

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

      I had the same issue when installing it in Big Sur. I was able to fix it by downloading the 8.0.28 version (the MySQL website has it as the one for Big Sur) after that, follow Mike's steps and I should work.

  • @khooskzad5612
    @khooskzad5612 5 лет назад

    Can you connect remotely to another DB with PopSQL?

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

    Why did you recommend using POPSQL when we could have easily downloaded and installed MySQL workbench during the installation process

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

    Hi there! I just encountered a problem when trying to connect to the database that is `Handshake inactivity time out. Can someone help me?

  • @traveltoegypt
    @traveltoegypt 5 лет назад

    Hi Mike, Thank you for the great stuff you offer every time. I get the following error while trying to access mysql {-bash: .: /Users/islam/: is a directory
    } any clue? Thanks a lot

  • @javiercruz3789
    @javiercruz3789 4 года назад

    MIKE DANE I need your help! I am watching all your videos and learning about SQL. I am stuck at this MySQL Mac Installation Tutorial 5. I dowloaded MySQL to my MacBook Pro but it's not coming up on my screen and neither is going to "terminal" and writing out the command.I hit enter after writing the command and it does nothing. Please help me or anyone. I been at this for days, I want to learn this and practice. I am not giving up, hope you read this and help!!!!!

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

    pop sql is no longer free??you only have a free trail ? do you suggest others ?

  • @insideyourcloset2725
    @insideyourcloset2725 5 лет назад

    is there a way to change your username?

  • @christroy5216
    @christroy5216 6 лет назад +1

    How do I fix " Client does not support authentication protocol requested by server; consider upgrading MySQL client" ?

    • @juliaguzheng
      @juliaguzheng 6 лет назад +1

      login to mysql, and use
      ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
      worked for me.

    • @christroy5216
      @christroy5216 6 лет назад

      perfect that worked, thank you so much

  • @rajroy6215
    @rajroy6215 4 года назад

    it doesnt open for me after the download

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

    What if it doest not let you type in a password?

  • @justthatpm
    @justthatpm 5 лет назад

    hi wondering if you'd be able to help me out. download mysql server but having issues with the root password. i set it during the installation but when trying to setup the command line it's saying incorrect password. im on mac ox sierra.

    • @mitchellhayes4410
      @mitchellhayes4410 5 лет назад

      similar issue, also on a mac, $ mysql -u root -p
      Enter password:
      ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
      is the response i am getting i hope you had better luck that i did Irma, any solution would be greatly appreciated

  • @mitchellhayes4410
    @mitchellhayes4410 5 лет назад +1

    trouble getting mysql to set up in my terminal on a mac,
    $ mysql -u root -p
    Enter password:
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
    is the response i am getting, any solution would be greatly appreciated

    • @halineferreira
      @halineferreira 5 лет назад

      Me too! Have you fixed that?

    • @krchirla
      @krchirla 5 лет назад

      Check if you have started 'Mysql Server' on System Preferences

    • @abdulwadood6927
      @abdulwadood6927 5 лет назад

      @@krchirla actually same error as above and checking on pref pane the instance keeps starting and stopping by itself - as in toggles b/w start and stop (for both Active and Installed instance). Also in configuration section the configuration file path is empty. Reinstalled multiple times. Checked, other and data directory path and file exists.

    • @MrKevien12
      @MrKevien12 5 лет назад

      check in here medium.com/@jangid.hitesh2112/install-apache-mysql-php-macos-mojave-10-14-b6b5c00b7de it works for me

  • @zamiramiri4784
    @zamiramiri4784 5 лет назад

    it says the localhost is not found what should I do?
    please! help me..

    • @emmavelazquezxyz
      @emmavelazquezxyz 5 лет назад

      This may help discussions.apple.com/docs/DOC-3083

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

    bash_profile doesn't work so what now?

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

    If you're having issues getting to the terminal where you can enter a password, use this video:
    ruclips.net/video/nCrSHg53Llc/видео.html

  • @greatboredompineappl
    @greatboredompineappl 4 года назад

    it says my password doesn't work??

  • @utkarshsachaan
    @utkarshsachaan 5 лет назад

    Can anyone suggest how to navigate this error after mysql -u root -p
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

  • @shahbazsandhu
    @shahbazsandhu 4 года назад

    hi i am getting this error when entering info at popsql Uh oh :( getaddrinfo ENOTFOUND localhost

  • @mahinike16
    @mahinike16 5 лет назад

    it says :
    -bash: .~/.bash_profile: No such file or directory
    Can anyone help?

    • @sosetavsciorap
      @sosetavsciorap 5 лет назад +2

      If you already set a password while doing the installation, type this instead and it should log you in mysql: sudo /usr/local/mysql/bin/mysql -u root -p

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

      @@sosetavsciorap thank you

  • @utkarshsachaan
    @utkarshsachaan 5 лет назад

    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

    • @hectorquaicoe8215
      @hectorquaicoe8215 4 года назад

      i have the same issue. were u able to resolve yours?

  • @andychang2739
    @andychang2739 5 лет назад +7

    Anyone else not get a password?

  • @javiercruz3789
    @javiercruz3789 4 года назад

    MIKE DANE I need your help! I am watching all your videos and learning about SQL. I am stuck at this MySQL Mac Installation Tutorial 5. I dowloaded MySQL to my MacBook Pro but it's not coming up on my screen and neither is going to "terminal" and writing out the command.I hit enter after writing the command and it does nothing. Please help me or anyone. I been at this for days, I want to learn this and practice. I am not giving up, hope you read this and help!!!!!