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.
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.
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..
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
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 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.
12:00 if it doesn't work even tho you're sure you entered it correctly, go to system settings then to mySQL, initialise database. Then enter a new password, and press start mySQL server. then retry and it might work, that's what I did when it didn't work so maybe it will for you too
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
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
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 😊
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
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
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 👍
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
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
hi @programming knowledge, I have an M3 MacBook Pro, I followed every step and it didn't work. I discovered my Active and installed instances kept switching from red to green. Is there anything I can do?
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.
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!!
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..
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.
After 3 HOURS of trying to fix this error message, I found this video! THANK YOU, THANK YOU, THANK YOU!!
this guy explains as i was stupid and that is exactly what i need.
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.
Thank you so much! I got lost a few times but retraced my steps and it worked! This video was very helpful!
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.
12:00 if it doesn't work even tho you're sure you entered it correctly, go to system settings then to mySQL, initialise database. Then enter a new password, and press start mySQL server. then retry and it might work, that's what I did when it didn't work so maybe it will for you too
THANK YOU!!
Can confirm that this worked for me!! Thanks!
Super helpful, thank you!
Big thanks) i repeated everything and had no any problems with installation
As someone who has just begun learning about this field, I am grateful for your video! I wish your great success!
Thank you! I was completely lost before finding your video!
Thank you !
Recently shifted to mac operating system and couldn't thank you more for your helpful videos
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
OMG, you saved my time. After 10 hours i try to fix mysql 8.3 error
Seriously good explanation...downloaded SQL on the first attempt😊😊
great tutorial, i love how you explain everything so well and have a clear voice and understandable accent.
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
I have to agree with many others that this was a well-done tutorial on installing MySQL on a Mac. Much appreciated!
wow first video I watched on how to install mysql and it worked, supper straight forward thank you!!!!
very clear and excellence instruction without any interruption all thing installed successfully 🙂
you are a life saver after two days of struggle , iam happy
During installation it wont ask me for the password
Thank you very much, been pulling my hair out with this, nice and straight forward following this - appreciate it mate!
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.🥰🥰
This is the best installation video I have ever seen
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 😊
WOWWW THIS IS THE BEST VIDEO TUTORIAL EVER!! MAY YOUR DAYS ALWAYS GREAT!1
Kudos to you. This was supereasy. Thank a ton!
Thank u brother for this wonderful demo. for a begineer like me in this programming world i felt soo light with your guidance.
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
Thank you! this video is a perfect guide to install and setup MySQL in my MacBook
Thanks man it worked ! you really saved my macbook air money thought of purchasing windows lol
Thank you a lot brother! I was stuck for days but your tutorial helped me a lot.
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
finally one of the best video I have ever seen and its working fine
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! 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 🥲
I believe, you make whole mac beginners life better. Thank you so much 😍
FINALLLLLLY ! Thank you so much for this video ! I was struggling for sooooo long T-T
The exact video I was looking for
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❤😍❤😍❤
Thank you, this was a super clear and complete guide, it worked.
Very clear and concise video, thank you!
very straightforward and helpful tutorial, nice going
Cleanest explanation Ever.....Loved it
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!
It's really helpful I installed MySQL successfully 😊
Thank you for this video. I smoothly downloaded mysql server and workbench😊😊
Thanks so much for creating this video.
Thank you so much. Instructions are easy to understand even for first time Mac OS users!
Great video! Clear instructions and no snags in install. Thank you!!!
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?
Very helpful, very clear, thanks a lot
Thank you so much siirr... finally I can use mySQL in my mac, God bless you sirr... 😇🙏
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 👍
Crystal and clear man. Appreciated!
THANK YOU !!! I HAVE BEEN TRYING FOR YEARS
Just FYI on for MacOS Arm64 workbench 8.0.36 is broken but 8.0.34 works fine.
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.
Thank you very much. This video was very detailed and very helpful😢❤❤
Much love from Nigeria 🇳🇬
Perfect tutorial❤
This was SO helpful! Thank you!
That was very helpful and step by step video. thank you.
Excellent. Very thorough and precise
This is amazing content, thank you so much for the content really, amazing work much appreciated!
Awesome content, I would NEVER been able to do this on my own! Gratitude...
This is very helpful. Thank you
GREAT VIDEO!! EASY AND STRAIGHT TO THE POINT!! THANK YOU!!!
FINALLY, SO GRATEFUL FOR THIS. Thanh you so much!
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
Thank you so much for posting this video - you are an excellent teacher!
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
Thank you sooooo much :) greets from vienna
Thanks a lot.The video was very precise throughout!
Thank you so so so much!!!❤
What a GOAT!!! Thank you so much for this tutorial
Thank you so much for this video..i got everything right! this is incredible!
Awesome. This is a cool educational video that is clear and relevant. Thank you.
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
Thanks for the clear instructions. Installed it and immediately uninstalled it. Going to stick with MS Access which I have in Parallels.
great video, really informative! thank you, keep up the good work!
hi @programming knowledge, I have an M3 MacBook Pro, I followed every step and it didn't work.
I discovered my Active and installed instances kept switching from red to green. Is there anything I can do?
Your video is very helpful. Thank you man.
Thank you so much!! Subscribed right away
Great video! Very helpful! Thank you soo much!
WOW!!! Thanks, I was about to have an aneurysm until I watched your vid!!!!!
Install OK !! Worked !! Thank You !!!
Thank you so so much :) ! This Tutorial works for me !
Super useful, thank you sooo much!
very good explanation to install
Thank you for the detailed information. This is very helpful.
successfully installed . thank you so much.
Thank you so much for this. It was incredibly helpful.
this is a life saver! thank you so much!
It’s really an amazing video ..
working perfectly🎉🎉🎉
great, in-depth explanation
Thank you so much for the detailed video
Thank you so much, It's really helpful pal.