I''ve been trying to install SQL in my MacBook for a couple weeks now... I've watched a lot of youtube tutorials but always get a blocker when installing since the tutorial was a short-cut version... I can't thank you enough for this video for being so detailed and comprehensive🥰
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
I totally agree with you ! This video has been really helpful. I am new on Mac and was unable to use the mysql although it was installed. Thanks to lot to this guy for making such a succinct video ! :) Kudos.
Bro, why could no one else explain it this easily, reddit was saying it was basically impossible for Mac users, other channels were saying go through Docker or whatever. Thank you!
hii there at 12:05 where there is a step after saving the path .zshrc file. when we go back to terminal and put source .zshrc and then again mysql -u root -p. its giving me an error. command not found: SOURCE command not found: mysql I am from non IT background with no prior knowledge about sql whatsoever. it would be a great help if u can help me with this please..
Thank you!! This video helped me a lot. Just want to add that at 12:04 if you are receiving an "Lost connection to MySQL server at 'reading initial communication packet', system error: 102" after typing in your password, you might have to go back into the terminal and enter the command sudo /usr/local/mysql/support-files/mysql.server start . This should resolve the error.
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
Thank you a thousand times! I'm taking a computer class and requires me to install MySQL on my machine. I run an m4 pro and was having such a hard time finding something on this. This worked exactly to the T. Thank you again!
I spent almost half a day trying to figure out why MySQL wouldn't run on my Mac until I came across this video. Thanks so much for the clear walk through.
I downloaded the SQL application but was not able to install it for me. Your video made everything easier for me. Thank you for creating this video, really appreciate the help you have provided here.
Very easy to follow and throurough explanation, including validation. Much better than other quick videos out there that should be banned for wasting people's time. Thanks
So thankful for this video. I have gained a lot more knowledge from this video other than installation. (a) I learned and fixed how to load .zshrc file. (b) How to set path? (c) what is difference between x86 and ARM? so thankful for all this in depth knowledge.🥰🥰
Thank you, I’ve been trying so many times watching this particular video of yours but I was not able because I was making few mistakes in steps and syntax but now I am able to do so 😊
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
hello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
Many thanks for your works. It's hard to find other video that simple, right in the point like this. I will need days to find these Terminal command on the Internet lol
Just a note that at 1:13, the type of mac os you have will depend on which installer you download! I initially downloaded 8.4.0 as it was the latest version, but my mysql instance would keep flashing on and off and I had no clue why. I found a QnA page which mentioned that if you have Monterey, you should download 8.0.34 which is in the archives. I now have Sonoma and it has worked amazingly for me
My mac is at Sonoma version 14.1.1 and I have downloaded macOS 14 (ARM, 64-bit), DMG Archive 8.4.0 513.4M (mysql-8.4.0-macos14-arm64.dmg) My SQL file and workbench : macOS (x86, 64-bit), DMG Archive 8.0.36 115.1M (mysql-workbench-community-8.0.36-macos-x86_64.dmg) But the instance still gets off and on plss help
Yeah me too ,begining of new data science journey, i've switched from physics major to it field, but mac failed me even at the beginning there's no inbuilt microsoft 365 subscription, also powerbi doesn't work too 🥲
WOW is all I have to say!!!!! I REALLY appreciate this compressive video. I have had an extremely hard time getting this loaded on my Mac. thank you❤😍❤😍❤
I would to say thanks so much to upload this video, I was literally stuck and no where to start but coz of this video I manage to sort it out. Once again thanks for the video 👍
Thank You! 😎 I've been struggling to get the most recent version of MySql (8.4.0 I think...) to work on my M1 Pro, MacBook Pro with macOS Sonoma version 14.4.1 installed. NO JOY! That is until I went back to the MySql version used in this video (i.e. 8.2.0). Just to be sure, I also installed the older version of MySql Workbench depicted in this video. Everything works as well on my Mbp as it did on the video. Strictly speaking, since I am in "learning mode", I don't have to have the most recent apps to accomplish expanding my knowledge of MySql. This will work and I am HAPPY! I really appreciate the time and effort the voice of "Programming Knowledge" put into creating this content. Cheers and I hope everyone is having a safe and enjoyable weekend wherever you are. Cheers! ~BB~
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
You're simply heaven sent for those of us with newer macbooks. I simply can't thank you enough for making this easy to follow video. Interestingly, in my case the .zshrc file was already there but the path was wrong. Once i changed it as per your instruction, it worked like a charm. Programming with Mosh needs to update his u-tube course.
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
Você não sabe o quanto me ajudou, estava procurando por muito tempo algum video que me ajudasse a instalar o mysql e aqui no Brasil infelizmente quase não se encontra, muito obrigado e parabéns pela didática!!!
I''ve been trying to install SQL in my MacBook for a couple weeks now... I've watched a lot of youtube tutorials but always get a blocker when installing since the tutorial was a short-cut version... I can't thank you enough for this video for being so detailed and comprehensive🥰
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
I totally agree with you ! This video has been really helpful. I am new on Mac and was unable to use the mysql although it was installed. Thanks to lot to this guy for making such a succinct video ! :) Kudos.
Bro, why could no one else explain it this easily, reddit was saying it was basically impossible for Mac users, other channels were saying go through Docker or whatever. Thank you!
FINALLY A GOOD TUTORIAL THAT ACTUALLY WORKS
Was trying to download sql for over a week and it only was completed after this video.
Thank You ❤
hii there at 12:05 where there is a step after saving the path .zshrc file. when we go back to terminal and put source .zshrc and then again mysql -u root -p. its giving me an error. command not found: SOURCE
command not found: mysql
I am from non IT background with no prior knowledge about sql whatsoever. it would be a great help if u can help me with this please..
Thank you!! This video helped me a lot. Just want to add that at 12:04 if you are receiving an "Lost connection to MySQL server at 'reading initial communication packet', system error: 102" after typing in your password, you might have to go back into the terminal and enter the command sudo /usr/local/mysql/support-files/mysql.server start . This should resolve the error.
thanks a lot!!
Thank you so much for this. I searched hours for the solution and this was it!!
After 3 HOURS of trying to fix this error message, I found this video! THANK YOU, THANK YOU, THANK YOU!!
Can not thank you enough. what a relief! downloading mysql shell/ command line in mac is pain in the arse
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
@@blck.daxielle no don't remove. just add it at the bottom but you have to save it and run "source ~/.zshrc" to reload, for the change to take effect.
this guy explains as i was stupid and that is exactly what i need.
Thank you a thousand times! I'm taking a computer class and requires me to install MySQL on my machine. I run an m4 pro and was having such a hard time finding something on this. This worked exactly to the T. Thank you again!
Thank you! I was completely lost before finding your video!
I spent almost half a day trying to figure out why MySQL wouldn't run on my Mac until I came across this video. Thanks so much for the clear walk through.
I downloaded the SQL application but was not able to install it for me. Your video made everything easier for me. Thank you for creating this video, really appreciate the help you have provided here.
As someone who has just begun learning about this field, I am grateful for your video! I wish your great success!
Big thanks) i repeated everything and had no any problems with installation
Very easy to follow and throurough explanation, including validation. Much better than other quick videos out there that should be banned for wasting people's time. Thanks
So thankful for this video. I have gained a lot more knowledge from this video other than installation.
(a) I learned and fixed how to load .zshrc file.
(b) How to set path?
(c) what is difference between x86 and ARM?
so thankful for all this in depth knowledge.🥰🥰
Thank you, I’ve been trying so many times watching this particular video of yours but I was not able because I was making few mistakes in steps and syntax but now I am able to do so 😊
Thank you very much, been pulling my hair out with this, nice and straight forward following this - appreciate it mate!
You code and you play drums? That is pretty cool to see.
@@worldshaper1723 yes mate - however i would say i "try" to code :D
Thank you so much! I got lost a few times but retraced my steps and it worked! This video was very helpful!
Thank you !
Recently shifted to mac operating system and couldn't thank you more for your helpful videos
Straight forward and smooth video, I have ever seen for MySQL installation. Thanks a lot!
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
Hii Any one mac user How to use power bi and SQL in macbook air m1 any one suggest me plz
@@blck.daxielle did it end up working for you, I just put it above everything and it worked fine
great video really helpful and recommended nice module
I have to agree with many others that this was a well-done tutorial on installing MySQL on a Mac. Much appreciated!
genius, Idk what I`d do without you ty man, especially for not shown SQL in Mac terminal
hello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
Thank you! this video is a perfect guide to install and setup MySQL in my MacBook
This is the best installation video I have ever seen
Thank you so much! You explained it very thoroughly, wasn't sure what to do after installing MySQL and seeing "command not found: mysql"
great tutorial, i love how you explain everything so well and have a clear voice and understandable accent.
Seriously good explanation...downloaded SQL on the first attempt😊😊
Awesome tutorial, I am now running MySQL and workbench on the first try, thanks!!
Many thanks for your works. It's hard to find other video that simple, right in the point like this. I will need days to find these Terminal command on the Internet lol
you are top bro. just saved the 24hrs issue thanks to your video. even AI with best prompts couldn't solve that sh***
Great video.! No hiccups whatsoever, just perfect. Thanks alot.
wow first video I watched on how to install mysql and it worked, supper straight forward thank you!!!!
During installation it wont ask me for the password
Kudos to you. This was supereasy. Thank a ton!
Thanks! It's very helpful. I've been installed but unable to acess the server because i don't know where to set the password. your video is very nice!
Thank you a lot brother! I was stuck for days but your tutorial helped me a lot.
Thank u brother for this wonderful demo. for a begineer like me in this programming world i felt soo light with your guidance.
Just a note that at 1:13, the type of mac os you have will depend on which installer you download! I initially downloaded 8.4.0 as it was the latest version, but my mysql instance would keep flashing on and off and I had no clue why. I found a QnA page which mentioned that if you have Monterey, you should download 8.0.34 which is in the archives. I now have Sonoma and it has worked amazingly for me
thank you
I downloaded 8.0.34 but it still says you need os 13 or above.
@@AsheryWilly Try 8-0-34, it worked for me.
My mac is at Sonoma version 14.1.1 and I have downloaded
macOS 14 (ARM, 64-bit), DMG Archive 8.4.0 513.4M
(mysql-8.4.0-macos14-arm64.dmg) My SQL file and
workbench : macOS (x86, 64-bit), DMG Archive 8.0.36 115.1M
(mysql-workbench-community-8.0.36-macos-x86_64.dmg)
But the instance still gets off and on plss help
@@HimanshuTripathi-co2dq I experienced the same problem. Try to uninstall the 8.4.0 version and install the 8.0.37 version of mysql. It worked for me.
Just FYI on for MacOS Arm64 workbench 8.0.36 is broken but 8.0.34 works fine.
Thank you! I'm just starting out on my data analyst journey and would have been so lost trying to install this. 😁
Yeah me too ,begining of new data science journey, i've switched from physics major to it field, but mac failed me even at the beginning there's no inbuilt microsoft 365 subscription, also powerbi doesn't work too 🥲
WOW is all I have to say!!!!! I REALLY appreciate this compressive video. I have had an extremely hard time getting this loaded on my Mac. thank you❤😍❤😍❤
OMG, you saved my time. After 10 hours i try to fix mysql 8.3 error
you are a life saver after two days of struggle , iam happy
I would to say thanks so much to upload this video, I was literally stuck and no where to start but coz of this video I manage to sort it out. Once again thanks for the video 👍
Thank you si much you are a life saver in first go i didnt get things but when i watched it for second time I got clearity
Thank you for this video. I smoothly downloaded mysql server and workbench😊😊
WOWWW THIS IS THE BEST VIDEO TUTORIAL EVER!! MAY YOUR DAYS ALWAYS GREAT!1
I believe, you make whole mac beginners life better. Thank you so much 😍
Thank You! 😎
I've been struggling to get the most recent version of MySql (8.4.0 I think...) to work on my M1 Pro, MacBook Pro with macOS Sonoma version 14.4.1 installed. NO JOY! That is until I went back to the MySql version used in this video (i.e. 8.2.0). Just to be sure, I also installed the older version of MySql Workbench depicted in this video. Everything works as well on my Mbp as it did on the video. Strictly speaking, since I am in "learning mode", I don't have to have the most recent apps to accomplish expanding my knowledge of MySql. This will work and I am HAPPY! I really appreciate the time and effort the voice of "Programming Knowledge" put into creating this content. Cheers and I hope everyone is having a safe and enjoyable weekend wherever you are. Cheers!
~BB~
same thing happened to me. thanks for the tip
finally one of the best video I have ever seen and its working fine
Thanks man it worked ! you really saved my macbook air money thought of purchasing windows lol
Thank you, this was a super clear and complete guide, it worked.
Thank you so much siirr... finally I can use mySQL in my mac, God bless you sirr... 😇🙏
this video was so thorough! I learned more than how to properly install mysql (which was already not straight-forward). thank you!
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
Your tutorial is the bestt !!!! Covers every type of error that may come
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
very clear and excellence instruction without any interruption all thing installed successfully 🙂
Thank you!! Since I unchecked "Auto start MySQL when I restart the laptop" How do I turn on MySQL next type? Is it the mysql -u root -p in terminal?
FINALLLLLLY ! Thank you so much for this video ! I was struggling for sooooo long T-T
Thank you so much. Instructions are easy to understand even for first time Mac OS users!
You're simply heaven sent for those of us with newer macbooks.
I simply can't thank you enough for making this easy to follow video.
Interestingly, in my case the .zshrc file was already there but the path was wrong. Once i changed it as per your instruction, it worked like a charm. Programming with Mosh needs to update his u-tube course.
Great video! Clear instructions and no snags in install. Thank you!!!
The exact video I was looking for
Thanks so much for creating this video.
Thank you very much. This video was very detailed and very helpful😢❤❤
Much love from Nigeria 🇳🇬
thanks very much
I was very frustrated because I could not use my work bench but thanks to you you explained very well that's why I could fix issue
ello when i opened the ,zshrc folder, there were some stuff already there. am I to remove it before putting this new code or what? because it doesn't work when i just add it under the other codes
very straightforward and helpful tutorial, nice going
I followed the tutorial exactly but I am not getting the "enter password prompt" at 12:10 time stamp. How to fix this?
im also stuck here
Very helpful, very clear, thanks a lot
Thank you for the help with the installation.
WOW!!! Thanks, I was about to have an aneurysm until I watched your vid!!!!!
It's really helpful I installed MySQL successfully 😊
Você não sabe o quanto me ajudou, estava procurando por muito tempo algum video que me ajudasse a instalar o mysql e aqui no Brasil infelizmente quase não se encontra, muito obrigado e parabéns pela didática!!!
Very clear and concise video, thank you!
THANK YOU !!! I HAVE BEEN TRYING FOR YEARS
Cleanest explanation Ever.....Loved it
thanks man, sometimes the usr folder is hidden for those that cannot find it in spotlight
hi, how did you find the hidden usr folder?
What a GOAT!!! Thank you so much for this tutorial
Awesome content, I would NEVER been able to do this on my own! Gratitude...
That was very helpful and step by step video. thank you.
Great explanation
Thank you so much
Really helped
Crystal and clear man. Appreciated!
GREAT VIDEO!! EASY AND STRAIGHT TO THE POINT!! THANK YOU!!!
thank you so much for this! extremely helpful!
Perfect tutorial❤
Thank you sooooo much :) greets from vienna
Thank you so so so much!!!❤
Thank you so much for posting this video - you are an excellent teacher!
Excellent. Very thorough and precise
hi sir i am SUSHANT THE LECTURE WAS VERY NICE AND THE EXPLANATION WAS CLEAR
This is amazing content, thank you so much for the content really, amazing work much appreciated!
Thanks a lot.The video was very precise throughout!
Thank you so much for this, I would have never figured it out without this video! Can you add an ODBC connector from the mysql workbench?
Thanks for the clear instructions. Installed it and immediately uninstalled it. Going to stick with MS Access which I have in Parallels.
Please can you do one for power BI on mac?
great, in-depth explanation
This was SO helpful! Thank you!
Awesome. This is a cool educational video that is clear and relevant. Thank you.
Thank you so much for this video..i got everything right! this is incredible!
It’s really an amazing video ..
working perfectly🎉🎉🎉