How to install MySQL 8.0.22 Server latest version on MAC OS

Поделиться
HTML-код
  • Опубликовано: 27 окт 2020
  • Learn how to download & install MySQL 8 on MAC. To download the MySQL installer, refer the below video:
    dev.mysql.com/downloads/mysql/
    !!!!! Commands - Commented by a viewer Apoorva"
    "Run the bash_profile file"
    After adding the path of mysql, run the bash_profile file to configure the path
    $source .bash_profile
    Then try to run mysql -u root -p
    It works!
    Thanks Apoorva for the update!
    !!!!!
    !!!!! Comment by a viewer Des Bembu"
    Alternatively, if you just copy /usr/local/mysql/bin/mysql -u root -p into the terminal it works.
    Thanks!
    !!!!!
    !!!!!
    Type PATH=$PATH:/usr/local/mysql/bin mysql -u root -p on Terminal
    !!!!!
    !!!!!
    Commands
    Set path for MySQL
    $ open -t .bash_profile
    If bash_profile does not exist, create a new one
    $ touch .bash_profile
    Add below line to .bash_rpfile and save (Command+S)
    export PATH=${PATH}:/usr/local/mysql/bin/
    !!!!
    --------------------------------------------
    Install MySQL on Windows 10
    • How to install MySQL 8...
    Hindi: Install MySQL on Windows 10
    • How to download & inst...
    #MySQL #Install #MySQL8 #MAC
    ►Don’t forget to Subscribe
    / amittechie
    ► Donate & Support us
    www.paypal.com/paypalme/learn...
    ►Our popular videos:
    - How to run first program in PHP? • How to run first PHP p...
    - Android: Locate and view SQLite Database in Android Studio • Android: Locate and vi...
    - Android Studio- Change App Name (App Title) of Android App • Android Studio- Change...
    - How to run your first Java Program in NetBeans IDE • How to run your first ...
    Subscribe to Amit Thinks for more videos!
    Like! Subscribe! Share!
    Stay tuned!

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

  • @Amit.Thinks
    @Amit.Thinks  2 года назад +6

    🔥 MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

  • @michelleasuamah3798
    @michelleasuamah3798 3 года назад +12

    Hi Amit. I just want to say thank you sooo much for this tutorial. I could not get mySQL to work for days because I did not know I had to create a bash profile. I tried so many other methods you are the only one I found who did the extra step. Thanks a million.

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +1

      You are most welcome, @Michelle. Thank you for the appreciation. Do refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

  • @ME550
    @ME550 3 года назад +6

    Awesome tutorial bro. Was able to setup my database and got it up and running. Thank you alot.

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +1

      Glad it helped, @Victor. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

  • @furstfr
    @furstfr 3 года назад +11

    Thank you so much for this tutorial brother you saved me for my database course!!!!

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +2

      You are welcome! Here's our 3 hrs free MySQL tutorial with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

  • @andyn6053
    @andyn6053 3 года назад +2

    Thanks! Finally clear instructions on how to perform the setup correctly!

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      You're welcome, @Andy. Subscribe!
      After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

  • @TonyTheKryptonknightLongshore
    @TonyTheKryptonknightLongshore 3 года назад +6

    I'm not sure why My Udemy instructor didn't do this in his video, but when I wake up tomorrow, I'm going to do this. Thank you Amit!

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +1

      Sure, @Tony. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

  • @Inka.vibesmusic
    @Inka.vibesmusic 2 года назад

    Thank for this I needed this! Extremely thankful I have found your video!

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Welcome! After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    So helpful. Got my db set up in no time. Thank you!

    • @Amit.Thinks
      @Amit.Thinks  2 года назад +1

      Welcome! After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    Thank you so much, this was so helpful! Sending you blessings!

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      You're welcome, @Gorcsa!
      After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

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

    This was an amazing video - worked perfect for my Mac! Thank you.

  • @tayyebkhan3633
    @tayyebkhan3633 2 года назад +3

    After entering % mysql -u root -p, I get: zsh: command not found: mysql plz advice!

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

    i keep getting stuck on the installation progress, i’ve wait it for an hour, and it said ‘the application not responding’ do you know how to make my installer keep going?

  • @mithilarids
    @mithilarids 3 года назад +2

    ur amazing bro.. thanks a lot.. finally mysql got installed

  • @farheenanwaribadubhai4596
    @farheenanwaribadubhai4596 3 года назад +2

    Thanks a lot!! I was able to install it successfully!!

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      You're welcome, Farheen.
      Refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    Does this also install the workbench? if not could you please do the steps to do the same?

  • @nirmanrasadiya5213
    @nirmanrasadiya5213 3 года назад +2

    Permission denied is coming when we write that command about touch.....
    Please help in that case

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

    Very good instruction! Thanks, worked perfectly for me

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Glad it helped. Subscribe! After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

  • @rashmitripathi7925
    @rashmitripathi7925 8 месяцев назад

    Hy, thanks for the terminal tutorial, I have a question, how do i open it everytime??? ... i do not see any mysql application logo in my applications folder. Do i always have to use mysql through this terminal?

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

    For some reason it shows me this, “mysql-8.0.31-macos12-arm64.pkg” cannot be opened because it is from an unidentified developer", what should I do?

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

    Thank you! Your video helped me successfully download SQL

    • @Amit.Thinks
      @Amit.Thinks  Год назад

      Glad it helped! Welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

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

    Hi Amit. Thank you for this tutorial, I've been struggling to install it for a couple weeks now and I'm finally able to set it up. A doubt, I'm trying to install MySQL Workbench on Catalina 10.15.7 but the latest version is not supported on Catalina while archived versions do not work. Is there a way to use Sequel Ace as an alternative to Workbench? Thanks in advance!

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

      Try using this extension if you have installed it properly it will get you to the login windo just enter your SQL password it will br resolved

  • @financialgurkha
    @financialgurkha 5 месяцев назад

    Thank you for this tutorials, Amit. Great help.

    • @Amit.Thinks
      @Amit.Thinks  5 месяцев назад

      Glad it was helpful! After installing, refer to our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    hello i have a type error "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)" after "mysql" command

  • @punyajain944
    @punyajain944 9 месяцев назад +1

    hi actually I would like to use mysql connector with python in Mac but am not able to
    if it's possible will you please post a tutorial for the same

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

    I got problem after i installed mysql server 8.0.22 I curiously revoke the rights of the USr on mysql workbench how can I retrieved the rights? I found as well there is no schema pane on my mysqlworkbech? how can i fix that

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

    Hello Amit , Thank you so much!!
    The video was very helpful .....

    • @Amit.Thinks
      @Amit.Thinks  7 месяцев назад

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

  • @eliweiner-rogers5995
    @eliweiner-rogers5995 2 года назад +14

    Thanks for this great video! One note I have was that I was not able to copy the bin path name (in the video this is around 4:47) without first clicking the menu and then holding down the option key.

    • @Amit.Thinks
      @Amit.Thinks  2 года назад +4

      Copy bin as pathname: ruclips.net/video/onXM6L0LXWY/видео.html

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

      Thanks man!

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

      ​​@@Amit.Thinks:26 I am not getting anything to paste... What to do please help! Actually I was facing the same issue (i didn't get the option for copying as pathname) but then i watched your this video and did accordingly but I am not getting anything to paste 6:26

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

    sir when i try to create ash profile the terminal shows permission denied....

  • @muskansurana8207
    @muskansurana8207 3 года назад +8

    Hellooo after saving the bash profile and opening new terminal and typing
    mysql -u root -p
    I am getting “zsh: command not found: my sql

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

      yeah I am also getting the same problem. Is your issue resolved? pls help

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

      i got the same problem, have you solved it?

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

      @@niksyareena8615 Same here

  • @drashtimaheshwari2441
    @drashtimaheshwari2441 9 месяцев назад

    Just tell me how you were able to minimise in full screen mode in mac, i have to first came out from full screen mode to minimize 😢

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

    so was this only the server? so should I do the work bench next and the rest? I just got it to work thanks

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

    Thanks!! Finally I was able to setup my database

    • @Amit.Thinks
      @Amit.Thinks  10 месяцев назад

      Glad it helped! After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    Thank you so much, this was really helpful!

    • @Amit.Thinks
      @Amit.Thinks  Год назад

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    After installation,
    " You can’t open MySQL preferences pane because it doesn’t work on an Intel-based Mac." shows on the system preferences of my Mac OS(10.14.6).
    The version from MySQL is macOS 12 (x86, 64-bit), DMG Archive, please kindly helpppppp

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

    sir does macbook m1 256ssd enough for coding and software devlopment ?

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

    Thank you so much man! Really useful.

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +1

      You're welcome, @Demetrio.
      After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

  • @carlosjoelmartinslutango1265
    @carlosjoelmartinslutango1265 9 месяцев назад

    Hi Amit, thank you for this video. Good bless you brother

    • @Amit.Thinks
      @Amit.Thinks  9 месяцев назад

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

  • @SaraphinaForman-di7vh
    @SaraphinaForman-di7vh Год назад

    Hi! When I installed mysql, the dot is red next to "active instance." do you know why that is?

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

    Hi Amit I Couldn’t find out how to insert data and doing stuff on popsql, was saying “ unknown mysql server host....”
    Probably I’m doing something wrong

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

    Hey Amit,
    Thank you so for the video.
    I was not able to figure from 4:39. Where you searched “USR”.
    I couldn’t find that file on my macOS Big Sur version

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Follow this video: ruclips.net/video/pOTo32VthRY/видео.html

  • @SHANAJAMESBTechCSEB-
    @SHANAJAMESBTechCSEB- 3 года назад

    sir .bash_profie is already there and its locked .cant edit ..what to do?

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

    Hi Amit, my terminal shows access denied for path copy, how do I fix it

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

    i love u and all ur work, u hope u will be rich and happy in ur life. Ty

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +1

      Thank you for the appreciation, @Davide. These comments keep me going. Refer our website also. We provide free learning tutorials there as well: studyopedia.com/
      With that, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

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

    Thanks alot , this video really helped me !!

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      Glad it helped! After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    Hey , I’m unable to initialize the database and update my root password it is displaying initialization failed , I tried it many times it’s still the same please help me out I’m desperate at this point , a lot is riding on MySQL all of my uni projects require me to use MYSQL please help me out

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

    Hi Amit, I downloaded the package from mysql website. But when I tried to install further it did not ask for 'configuration' and also there was no Configuration section where I could enter the root password. Can you help here?
    Thank You

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      Hi, Try the following foix:
      ruclips.net/video/6yrEiSvVutM/видео.html
      If that doesn't work, then try below fixes:
      FIX: MySQL server Failed to Install on Windows 10 [2021 Updated]
      ruclips.net/video/m9UKmUK9BbA/видео.html
      FIX: MySQL not showing in services | mysql80 issue SOLVED [2021 Updated]
      ruclips.net/video/m9UKmUK9BbA/видео.html
      FIX: Can't connect to MySQL Server: MySQL Workbench could not detect any MySQL running
      ruclips.net/video/eeXB1hLVl7I/видео.html
      FIX: Bad Handshake error | Failed to Connect
      ruclips.net/video/__4x-DsVzo4/видео.html
      FIX: MySQL No Packages Found Error
      ruclips.net/video/6yrEiSvVutM/видео.html
      Fix: "mysql is not recognized...:
      ruclips.net/video/_b3bgMhzxYY/видео.html

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

    Thank you for the video. Somehow after I installed it, I ran into an error while loading Mysql on the system preference, saying Can't load mysql preference panel. I see this is a common problem. Wondering how you get around it?

    • @prod.chadito594
      @prod.chadito594 2 года назад +3

      I had that issue too, when downloading from the site you should click on x86, 64 bit version

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

    hey Amit mySQL does not start automatically and I hit start mySQL Server and enter my password it starts for a sec and back stop. any advice? cheers

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

    in my mac there is no usr folder there is user folder but when i try to look into it after mysql installation i di not find any local file, how to get location of mysql iin mac

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Here's how to find the path:
      ruclips.net/video/onXM6L0LXWY/видео.html
      ruclips.net/video/pOTo32VthRY/видео.html

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

    brother i have seen so many tutorials nothing worked but u saved me

    • @Amit.Thinks
      @Amit.Thinks  Год назад +1

      Welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

      @@Amit.Thinks fs i will

  • @user-sm6zr2qv9s
    @user-sm6zr2qv9s 2 года назад

    thanks, bro! your video helped me a lot

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Glad I could help! Subscribe! After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

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

    I have .bash_profile when I write open It will open but with Conda due to I have downloaded anaconda If I tried to do copy or anything it will not take I m confuse

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

    thank you for the clear instructions

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      You are welcome! Subscribe!
      After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

  • @RishabhSharma-cf4dw
    @RishabhSharma-cf4dw 2 года назад

    Thanks Sir!
    It was a great help.

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    Plz make vedio on workbench also for mac.How to install it and what is it

  • @Ahmed-hn2tj
    @Ahmed-hn2tj 3 года назад

    do u know how to install sql connector integration with python

  • @abhishekhiregouda4419
    @abhishekhiregouda4419 5 месяцев назад

    Very Very helpful sir ...Thank you so much.

    • @Amit.Thinks
      @Amit.Thinks  5 месяцев назад

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    Thanks and I did it. I got some errors but it helps me for now

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Check the Video Description...

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

    Hi Amit, i have followed your instructions and created a bash profile and saved it. when it came to opening the mysql root, it says command not found mysql. What do I do? I have even gone and done your step on creating a bash profile and i'm still getting the same error after completing the steps. please assist

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

    On the step 4:21 when I finish installing MySQL i can't find any "usr" folder on my mac. What I'm doing wrong? I can't move foward after this step.

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

    I followed all the steps but while trying to run it I'm getting an error saying command not found, please help.

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      Hi, check the Video Description

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

    zsh command in not available

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

    I did one thing different i was unable to copy the path the way u did it coz the copy path to terminal wasn’t coming in my mac i used a shortcut option+command+c then pasted it and also after that when i closed the path tab to terminal part, opened a new terminal and wrote mysql -u root -p and clicked enter the password didn’t appear infact it is saying command not found please solve this query of mine if someone can

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

    in my case, once i put the "open -t.bash_profile command it says invalid option. Do you have any idea why it's not working?

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

      there is a space between -t and .bash_profile

  • @prateekacharya8792
    @prateekacharya8792 2 года назад +4

    hey amit i followed your tutorial step by step but when i tried to run mysql i got following error
    zsh: command not found: mysql
    could you or anyone please help.......

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

    Super duper helpful ... Thanks chief ...

    • @Amit.Thinks
      @Amit.Thinks  Год назад

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    hi is there any video of yours using which we can know how to install mysql-connector-python in mac?

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

    Thanks a lot. The video is worth every second.

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Welcome! After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons: ruclips.net/video/fFgdnS1laA0/видео.html

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

    Hi, everything runs fine until I enter "mysql -u root -p" (7:37). It still says command not found. May I know how I can solve this?

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Here's the fix for "mysql is not recognized...: ruclips.net/video/_b3bgMhzxYY/видео.html

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

    Hey whenever I copy the bin as pathname and paste it to the bash profile , the export doesn’t show just the path is there a way thru this?

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

    Thank you so much I can run mysql on my mac now but one thing whenever I close my terminal after working and open it again later I have to type the command PATH again to start mysql,
    Is there anyway to skip that step and just start by typing Password as i used to do on a pc? Thanks

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +2

      If you followed all the steps, we have shown how to set the path. Now, you just need to type "mysql -u root -p" and enter the password.

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

      @@Amit.Thinks Hi it is not allowing me to enter any password after doing this. The key is grey and locked to where nothing can be typed after it. Please assist

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

    Thank you so much man!!! worked

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    hey thanks a lot....I was finally able to download mysql with your help
    Could you pls also tell how can we change the font size?

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +1

      Hi @Sapna, After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html
      Do you want to change the font size of CMD?
      If yes, then right click on the top-bar of CMD and click "Properties". It will give you an option to change font size.

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

      @@Amit.Thinks thankyou

  • @vyshnavi_-cf7yj
    @vyshnavi_-cf7yj Год назад

    Am not able to copy the path what to do now?

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

    Hello amit…
    After installation, I didn’t get any option of copy of pathname in bin folder…. What should i have to do for resolving this ?

    • @Amit.Thinks
      @Amit.Thinks  Год назад

      Check tehe video description for probable fix

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

    Hi please i don’t know why at the end the password dosn’t give me to enter it ?

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

    Hello I have the latest updated software update and I do not see copy bin as path ?

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      It got updated in Mac OS BigSur. Here’s how to copy now: m.ruclips.net/video/pOTo32VthRY/видео.html

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

    when I type the command: mysql -u root -p
    I get the following message: zsh: command not found: mysql
    I followed all of your steps. any idea what I could've done wrong?

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

    I can't connect msql python connector

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

    Great video dude!

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    how about sql server installation on mac please tell sir

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

    u did an amaizing work thankyou soo much

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      Thanks! Refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    will u help me
    as i have downloaded mysql on macbook air 2017 after writing path line i am not able to type password

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

      bestiehassan@BESTIEs-MacBook-Air ~ % /usr/local/mysql/bin/mysql -u root -p
      Enter password:
      ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

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

    after i wrote the .bash_profile I tried to run mysql but I got command not found
    do you know why?

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Do check the video description. Some fixes are provided there by me and some users.

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

    What is terminal? What is zsh and bash? Somebody please explain

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

    When I write mysql -u root ….
    It shows command not found

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Set the path. Check the updated video: ruclips.net/video/eq-e_n7lm2M/видео.html

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

    hey amit can you please make a video on python mysql connectivity on mac

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

    You saved my day thank you🙏

    • @Amit.Thinks
      @Amit.Thinks  Год назад

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    getting the issue of "Could not load MySQL preference pane." please help...!!!

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

      Same problem....plz help us🙏🙏

  • @depdoprogramming2750
    @depdoprogramming2750 8 месяцев назад

    hi amit, you are cool. thank you for this tutorial

    • @Amit.Thinks
      @Amit.Thinks  8 месяцев назад

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    Heyy i am not getting the option “Copy ‘bin’ as Pathname” what should i do next ???

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      Try this: ruclips.net/video/pOTo32VthRY/видео.html

  • @blackrose6429
    @blackrose6429 3 года назад +2

    done with everything but how everytime i need to open that i have to write the last code "mysql -u root -p" how to make mysql a seperate file

    • @Amit.Thinks
      @Amit.Thinks  3 года назад +1

      Type PATH=$PATH:/usr/local/mysql/bin mysql -u root -p on Terminal
      This will set the path.

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

      @@Amit.Thinks OMG thank you SO MUCH it worked now!

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

      @@melikekecelioglu6883 try `source ~/.bash_profile` and then try mysql -u root -p

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

      @@dewwrat omg thanks alot dude...idk why only mysql -u root -p was not working for me but this worked!

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

    When I try to type mysql -u root -p it tells me that it can't find mysql even though I followed all the instructions, I would appreciate your help

    • @Amit.Thinks
      @Amit.Thinks  Год назад

      Check the video description for probable solutions

  • @arpitashrivastava7
    @arpitashrivastava7 2 месяца назад

    Can you please help me about how you are working on bash after entering the terminal?

    • @Amit.Thinks
      @Amit.Thinks  2 месяца назад

      Check the video description for possible solution

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

    thankyou sir it is very hellpfull video for me thanx a lot😍

    • @Amit.Thinks
      @Amit.Thinks  Год назад +1

      You're welcome. After installing, refer our free 3 hrs MySQL Tutorial for Beginners with 45 lessons:
      ruclips.net/video/fFgdnS1laA0/видео.html

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

    Where I find this configuration item to see "copy bin as pathname" ? I don't have like this in video (4:44min). Thanks

    • @Amit.Thinks
      @Amit.Thinks  2 года назад

      Copy bin as pathname: ruclips.net/video/pOTo32VthRY/видео.html

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

    when i type command mysql -u root -p ,its says command not found : mysql. Would really appreciate some help.

    • @Amit.Thinks
      @Amit.Thinks  3 года назад

      Fix: ruclips.net/video/_b3bgMhzxYY/видео.html

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

    sir my touch .bash_profile is not working, it is not giving permission

  • @user-rc1fg3dp1u
    @user-rc1fg3dp1u 5 месяцев назад

    my macbook is not showing the "copy bin as pathname" any help?

    • @Amit.Thinks
      @Amit.Thinks  5 месяцев назад

      Check this: ruclips.net/video/pOTo32VthRY/видео.html

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

    Hi Amit, When I open the installer it says that MySQL cannot be downloaded on this computer