How To Install MySQL on Mac OS X

  Рет қаралды 466,745

ProgrammingKnowledge

ProgrammingKnowledge

7 жыл бұрын

In this post we will learn how to How To Install MySQL on Mac OS X. The same procedure can be used for installing MySQL on Mac OS X.
How to add MySQL to $PATH variable:
cd to your home folder
$ open -t .bash_profile
Try adding the following line to your .bash_profile file.
export PATH=${PATH}:/usr/local/mysql/bin/
Setting the MySQL root user password on OS X
$ mysql -u root -p
mysql$ ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass';
★★★Top Online Courses From ProgrammingKnowledge ★★★
Python Programming Course ➡️ bit.ly/2vsuMaS ⚫️ bit.ly/2GOaeQB
Java Programming Course ➡️ bit.ly/2GEfQMf ⚫️ bit.ly/2Vvjy4a
Bash Shell Scripting Course ➡️ bit.ly/2DBVF0C ⚫️ bit.ly/2UM06vF
Linux Command Line Tutorials ➡️ bit.ly/2IXuil0 ⚫️ bit.ly/2IXukt8
C Programming Course ➡️ bit.ly/2GQCiD1 ⚫️ bit.ly/2ZGN6ej
C++ Programming Course ➡️ bit.ly/2V4oEVJ ⚫️ bit.ly/2XMvqMs
PHP Programming Course ➡️ bit.ly/2XP71WH ⚫️ bit.ly/2vs3od6
Android Development Course ➡️ bit.ly/2UHih5H ⚫️ bit.ly/2IMhVci
C# Programming Course ➡️ bit.ly/2Vr7HEl ⚫️ bit.ly/2W6RXTU
JavaFx Programming Course ➡️ bit.ly/2XMvZWA ⚫️ bit.ly/2V2CoAi
NodeJs Programming Course ➡️ bit.ly/2GPg7gA ⚫️ bit.ly/2GQYTQ2
Jenkins Course For Developers and DevOps ➡️ bit.ly/2Wd4l4W ⚫️ bit.ly/2J1B1ug
Scala Programming Tutorial Course ➡️ bit.ly/2PysyA4 ⚫️ bit.ly/2PCaVj2
Bootstrap Responsive Web Design Tutorial ➡️ bit.ly/2DFQ2yC ⚫️ bit.ly/2VoJWwH
MongoDB Tutorial Course ➡️ bit.ly/2LaCJfP ⚫️ bit.ly/2WaI7Ap
QT C++ GUI Tutorial For Beginners ➡️ bit.ly/2vwqHSZ
★★★ Online Courses to learn ★★★
Get 2 FREE Months of Unlimited Classes from skillshare - skillshare.eqcm.net/r1KEj
Data Science - bit.ly/2lD9h5L | bit.ly/2lI8wIl
Machine Learning - bit.ly/2WGGQpb | bit.ly/2GghLXX
Artificial Intelligence - bit.ly/2lYqaYx | bit.ly/2NmaPya
MERN Stack E-Degree Program - bit.ly/2kx2NFe | bit.ly/2lWj4no
DevOps E-degree - bit.ly/2k1PwUQ | bit.ly/2k8Ypfy
Data Analytics with R - bit.ly/2lBKqz8 | bit.ly/2lAjos3
AWS Certification Training - bit.ly/2kmLtTu | bit.ly/2lAkQL1
Projects in Java - bit.ly/2kzn25d | bit.ly/2lBMffs
Machine Learning With TensorFlow - bit.ly/2m1z3AF | bit.ly/2lBMhnA
Angular 8 - Complete Essential Guide - bit.ly/2lYvYRP
Kotlin Android Development Masterclass - bit.ly/2GcblsI
Learn iOS Programming Building Advance Projects - bit.ly/2kyX7ue
★★★ Follow ★★★
My Website - www.codebind.com
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

Пікірлер: 555
@redaherradi3112
@redaherradi3112 4 жыл бұрын
I have spent 48 hours trying to access MySQL, this video saved me on a Sunday evening before my submission, thank you sir ! You are a real hero !! ^^
@riteshtripathi8626
@riteshtripathi8626 5 жыл бұрын
I can't express my happiness after all that hustle and struggle reading through various blogs, stack overflow, friends but all in vain and that's where your video comes in. Thank you very much, this has worked wonders for me. Cheers
@monicad1441
@monicad1441 5 жыл бұрын
THANK YOU! THANK YOU! THANK YOU!!!!!! I have gone over and over uninstalling and installing trying to figure out how to get to the my SQL server. And lo and behold I did not have that batch profile. This second I follow the steps in your video I was able to login no problem. You saved my butt. I needed to access this for school and no other video out there helped me!
@omkarghorpade5729
@omkarghorpade5729 2 жыл бұрын
Thank you so much for explaining all of this so well. I watched 3-4 videos before this that did not explain the .bash_profile creation neither did they explain the procedure or use of it. You are really great!
@gracesanwo1876
@gracesanwo1876 5 жыл бұрын
You are the best! i struggled with this for month now i have MySQL installed.
@murraypendergrass8077
@murraypendergrass8077 3 жыл бұрын
Ive been programming moderately since college (about 5 years) and I swear getting things installed is the hardest part lol. The good news is someday you'll have a job with an IT department that does it for you.
@rosannaperillo571
@rosannaperillo571 4 жыл бұрын
I've been trying to install SQL for so long! Thank you!!!
@tharlinhtet97
@tharlinhtet97 4 жыл бұрын
Really helpful video. You are the best:) Btw, anyone get response of "command not found" , type this in your terminal "export PATH=$PATH:/usr/local/mysql/bin".This command will place your MySQL to right path.
@saimounika1848
@saimounika1848 2 жыл бұрын
Tq sooo muchhh
@freshmikeyy
@freshmikeyy 2 жыл бұрын
you deserve top comment, thank you so so much
@yonioudmayer5311
@yonioudmayer5311 2 жыл бұрын
thank you, this comment is a life saver😀
@abhinavsingh8783
@abhinavsingh8783 5 жыл бұрын
Thanks a lot!! I'd wasted an entire day just to figure out how to uninstall & re-install MySQL Server & WorkBench in Mac OS. It really helped me :)
@bolosarthak
@bolosarthak 6 жыл бұрын
You explained so beautifully! Much needed info. Thanks a lot!
@Jazzy268
@Jazzy268 2 жыл бұрын
Thank you! I finally got MYSQL set up on my Macbook. I followed your tutorage step by step and it works on my OS High Sierra. I 'm taking a course at my job. This is what I needed.
@gleide-coelho
@gleide-coelho 4 жыл бұрын
Thank you a lot, was quite difficult to install but once I´ve found this video I totally got it! The Workbench was my salvation!
@shantaeb2002
@shantaeb2002 6 жыл бұрын
Thank you soOooOooOOooo MUCH!! Extremely helpful, detailed, and easy to follow! Very much appreciated!
@kengao3428
@kengao3428 Жыл бұрын
tremendously helpful! I spent almost an entire evening trying to figure out how to install mysql and to get it running. Your video really helped me a lot. Thank you!!!
@penguinstravel2022
@penguinstravel2022 5 жыл бұрын
Thank you very much, have been searching for the way to operate mysql in mac for an hour until reaching your video!! That's help a lot
@cotedazure
@cotedazure 5 жыл бұрын
Thanks, perfect tutorial for those using MySQL on Mac for the first time.
@ethanvaughn1057
@ethanvaughn1057 6 жыл бұрын
Great video! My first go around of installing MySQL Community Server and WorkBench was unsuccessful but this video was super helpful. Awesome work, thank you!
@pedrov8868
@pedrov8868 4 жыл бұрын
between you and your comments section i got this done. what a saviourrrrr a true heroooo
@shreyasjv4877
@shreyasjv4877 4 жыл бұрын
This tutorial helped so well! I downloaded the latest version and it still worked smooth as a cake. Though for some reason I had to use *touch* even though .bash_profile even though I could see bash_profile. Weird. But as I used picture in picture and followed all instructions side by side, it worked so darn well! Props to you @ProgrammingKnowledge!
@momoa3181
@momoa3181 3 жыл бұрын
you're an absolute life-saver! although I didn't understand the whole process with the terminal...(using a newer version of Mac) but finally understood why I failed to find the MySQL application on my mac after installing it for 3+ times on my computer ---> it was cuz I had no clue that I needed to install a workbench!!! (was watching misleading videos where Windows users breezed through the whole process...) thank you so much for the detailed explanation!
@glebkalachev
@glebkalachev 5 жыл бұрын
THANK YOU SOOOO MUCH! Beginning of learning mysql is sooooo difficult, but you helped me out and solve all my problems. Thank you very much!
@ilovemalware561
@ilovemalware561 6 жыл бұрын
Thank you so much- exactly what I was looking for!
@sachidanandanaik7690
@sachidanandanaik7690 5 жыл бұрын
I was facing some issues with MySQL 8.0 installation on my MacBook Pro, this video resolved all the issues, Thanks a lot, you saved my day :)
@machun01
@machun01 5 жыл бұрын
Dude, you are a legend. I set up a new computer and didn't have the bash file, which I didn't see. You saved a lot of nerves. Thank you very much.
@chrisward3715
@chrisward3715 2 жыл бұрын
The BEST tutorial! Worked like a charm!! Thx!
@zoezhang3411
@zoezhang3411 6 жыл бұрын
Best video for My SQL installation ever!! Thanks a lot!
@mikediaz4365
@mikediaz4365 5 жыл бұрын
As my first comment ever on KZfaq, THANK YOU VERY MUCH!!!! Something that FINALLY works! Keep it up!
@stevelannist156
@stevelannist156 4 жыл бұрын
THANK YOU.Installing MySQL from Brew was so messy and buggy. It helps me a lot
@agatapleban9894
@agatapleban9894 5 жыл бұрын
This tutorial is extrealmy helpful, than you sooo much!!!
@contumacysgwy
@contumacysgwy 6 жыл бұрын
Thanks for sharing this MySQL installation guide, much appreciated!
@TheBossTheHartz
@TheBossTheHartz 5 жыл бұрын
Thanks very mutch for this vid. I've tried many, but this is the first one who did the job. Thnx
@user-sp4fb3lb2b
@user-sp4fb3lb2b 6 жыл бұрын
Firs time installing this. Thank you for these instructions, very easy to understand great video
@camilla1708
@camilla1708 6 жыл бұрын
I rarely comment, but this was a great tutorial! THANKS!
@carrieschmid796
@carrieschmid796 4 жыл бұрын
If an error comes up saying that Apple can’t validate the package for Malicious software, or something to that effect, it means that you have a newer Mac. Close the error message. Hold down the control key while clicking on the pkg file. Select “open” from the pop-up menu.
@emmanuelamoh7181
@emmanuelamoh7181 3 жыл бұрын
Thanks so much! I've been having this problem for the longest 😅
@Shivani.i14
@Shivani.i14 3 жыл бұрын
@@emmanuelamoh7181 Your comment has been so helpful. Thank you so much!
@pratimaacharya4873
@pratimaacharya4873 3 жыл бұрын
BRO THANK YOU SO MUCH
@tanyajain1564
@tanyajain1564 3 жыл бұрын
no joke was abt to cry , tysm
@harichandanaghanta9406
@harichandanaghanta9406 3 жыл бұрын
Thank you so much! But is opening a file without mac scanning it for bugs alright?
@iKaeru
@iKaeru 6 жыл бұрын
Helped me SOOO MUCH! Thanks, helpful a lot!
@VictorVFLOYDFloyd
@VictorVFLOYDFloyd 5 жыл бұрын
Thanks for this video. Transparent. Straight to the point.
@bibbitybox
@bibbitybox 5 жыл бұрын
Thank you for making this video! It was very accurate!
@harshmisra8829
@harshmisra8829 6 жыл бұрын
Great Work Man!! Thanks for helping me out on this!
@macpriyavathananmani3261
@macpriyavathananmani3261 2 жыл бұрын
I would definitely suggest his videos to all my friends. This is such an excellent explanation about installing SQL and run it.
@niazkhan9338
@niazkhan9338 5 жыл бұрын
Good stuff, nice thorough walkthrough for installing mysql and its tools on the Mac.
@toddbrannon6262
@toddbrannon6262 6 жыл бұрын
Great video tutorial. Thanks for posting this!! Super helpful!
@daveabhishek2564
@daveabhishek2564 2 жыл бұрын
Thank you so much for your help, I was facing a lot of problems for my Mac os high Sierra. but following you line by line, I successfully installed it. Thanks again!
@VisenyaTargaryen1
@VisenyaTargaryen1 4 жыл бұрын
Thank you. In my case everything had gone wrong-- from no disk permissions( its my computer only and i wasnt able to add myself? Had to sudo it) to not having a bash profile ( last time I hd a new computer was ages ago and forgot all the setup and brew ordeals). This cleared up a lot and took into account different usage cases-- awesome!
@anilverma5822
@anilverma5822 5 жыл бұрын
I was new at Mac OS and you helped me lot in order to configured these stuffs, thanks
@RuRoom
@RuRoom 5 жыл бұрын
You're a GENIUS! Thank you so much :)
@user-qf7mf6ly6g
@user-qf7mf6ly6g 4 жыл бұрын
Such a detailed illustration!! Thank you very much!!
@C00kieSandwiches
@C00kieSandwiches 5 жыл бұрын
Worked perfectly for me. Thank you for the tutorial!
@ire8512
@ire8512 4 жыл бұрын
Best tutorial by faaar. Thank you!
@cinhvieira
@cinhvieira 3 жыл бұрын
This video is very great!! the step by step!! Good job!
@bar5um
@bar5um 4 жыл бұрын
THANK YOU. Installing MySQL from Brew was so messy and buggy. Now I can finally use MySQL 5.7
@tanvipunjani7096
@tanvipunjani7096 5 жыл бұрын
Awesome step by step tutorial !! Thank you buddy
@zahrayarmand1652
@zahrayarmand1652 5 жыл бұрын
Thank you for creating this video. it was very helpful.
@sadiafarzana3732
@sadiafarzana3732 4 жыл бұрын
great video !! thanks mate from Sydney
@aritranandimajumder6062
@aritranandimajumder6062 3 жыл бұрын
Thanks a lot brother works flawlessly after seeing your steps
@johannesschneemann9960
@johannesschneemann9960 5 жыл бұрын
Thank you for this video. It helped so much!
@dantewhite9573
@dantewhite9573 5 жыл бұрын
thank you so much this is my best, I have 3 books on sql and none of them go over the install process and i had a hard time finding a video.
@most_unwanted_316i
@most_unwanted_316i 6 жыл бұрын
Best tutorial so far period !!!
@eljumad
@eljumad 6 жыл бұрын
Fabulous tutorial. Many thanks - it helped me out immensely.
@hanialnami739
@hanialnami739 6 жыл бұрын
Great, I follow you step by step and everything work fine. Thank you.
@aparnakr7147
@aparnakr7147 5 жыл бұрын
Thanks, man!! Really helpful!
@yili6758
@yili6758 6 жыл бұрын
Thank you sooooooooooooo much!!! It's so great to have this amazing video!!!
@ojuliomiguel
@ojuliomiguel 6 жыл бұрын
This video helped a lot! Thank you! From Brazil!
@ashleysharp6474
@ashleysharp6474 6 жыл бұрын
Thank you, fantastic video! So helpful!
@Roboticdock
@Roboticdock 5 жыл бұрын
This is an exemplary educational video! very clear! Brilliant!
@mariafernandafiscal137
@mariafernandafiscal137 4 жыл бұрын
this tutorial really helps!!! Thank you
@drama.sreerama
@drama.sreerama 5 жыл бұрын
fantastic straight forward video ! thank you !
@anuranangogoi9741
@anuranangogoi9741 3 жыл бұрын
Indians are the most talented. I skipped your video seeing that it's gonna consume 20 minutes and instead I watched a 6 minutes useless video and got stuck while connecting to the server from the terminal. His command itself was wrong. Ended up wasted 1.5 hours in total for a job which can be done in 15 minutes. Loved it, keep up the good work, keep coding!!
@kshiteeshsn263
@kshiteeshsn263 5 жыл бұрын
Thank you! this was really helpful!
@vivianlim9579
@vivianlim9579 6 жыл бұрын
Very Helpful. Thank you so much!
@turokII
@turokII 6 жыл бұрын
This was very helpful, thanks!
@thiagosilvafarias1893
@thiagosilvafarias1893 4 жыл бұрын
Thaaaank you very much! Very good explanation!
@RahulT-oy1br
@RahulT-oy1br 4 жыл бұрын
Thanks for the video. Loved it!
@peterwafula3923
@peterwafula3923 4 жыл бұрын
Thank you so much it worked well. Keep doing the good work!!
@DhondupFilm
@DhondupFilm 4 жыл бұрын
three days of finding the solution had been finally blessed..thank you sir...
@ikhwanputr5864
@ikhwanputr5864 4 жыл бұрын
CRAZY EXPLANATION! U SAFE MY LIFE BRO! GREAT!
@TheAmbrosium
@TheAmbrosium 4 жыл бұрын
Huge thanks for detailed explanation!
@gabrielcassinelli8452
@gabrielcassinelli8452 5 жыл бұрын
Thank you very much for your crystal clear explanation!!!
@ruijiesun2035
@ruijiesun2035 4 жыл бұрын
Thanks soooo much! Its help me a lot!!❤️
@peshawabarznjii
@peshawabarznjii 5 жыл бұрын
Thank you
@patricklevionnois536
@patricklevionnois536 3 жыл бұрын
2020 you can use www.pl61.fr to learn
@ShwetaSuryavanshi01
@ShwetaSuryavanshi01 2 жыл бұрын
Thank you so much this was so helpful 😌
@apiyadahirio7431
@apiyadahirio7431 6 жыл бұрын
GREAT ! very clear explanations!
@iEntertainmentFunShorts
@iEntertainmentFunShorts 3 жыл бұрын
Thank you so much you saved my entire day "mysql not found", I know it takes lots of effort on searching GitHub and Stack overflow, love you man and thank you so much again.
@sashwatmishra7853
@sashwatmishra7853 3 жыл бұрын
same issue ... how to resolve
@krishnamadane1711
@krishnamadane1711 6 жыл бұрын
Very Helpful! Thanks :)
@feteaadrian3082
@feteaadrian3082 Жыл бұрын
Great tutorial, helped so much. Thank you!
@juliakorchinska1131
@juliakorchinska1131 6 жыл бұрын
thanks a lot! very clear and helpful!
@Nick-ek9kf
@Nick-ek9kf 5 жыл бұрын
Great tutorial! Thank you, sir.
@simonazemanova9911
@simonazemanova9911 2 жыл бұрын
Thank you very much for this helpful tutorial :)
@marcoflores1764
@marcoflores1764 4 жыл бұрын
Thank you for the help. That was a great tutorial
@sophie_mouton
@sophie_mouton 4 жыл бұрын
Thank you so much, so helpful! :)
@cineverseproductions
@cineverseproductions 4 жыл бұрын
Thanks, buddy. It worked like a charm.
@visrayman
@visrayman 6 жыл бұрын
This works man.. That's cool, thanks for your guidance
@swatiprasad82
@swatiprasad82 6 жыл бұрын
Thanks for this tutorial. Its working beautifully.
@pamelacrowe8675
@pamelacrowe8675 6 жыл бұрын
Thank you so SO much, Mr. Patel!
@fabio_mba
@fabio_mba 6 жыл бұрын
You saved me twice! lol Thank you so much!!
@ztdar75
@ztdar75 6 жыл бұрын
.thank you so much , i was having trouble with connection , and now you solve it you save my life, thanks again
@domiciojosedasilva9438
@domiciojosedasilva9438 3 жыл бұрын
thanks for the class, very and helpful
@davidnouvellon1218
@davidnouvellon1218 3 жыл бұрын
Thanks a lot for this video ! It's very complete and it works perfectely.
@jff711
@jff711 5 жыл бұрын
Thanks, very helpful!
@saurabhsomani9188
@saurabhsomani9188 6 жыл бұрын
Great video. Thank you so much !!
@kiranramesh9438
@kiranramesh9438 6 жыл бұрын
Very detailed video... thanks a lot.
@sheridanmason1719
@sheridanmason1719 6 жыл бұрын
Awesome video! Thank you!
How to Install MySQL on Mac | Install MySQL on macOS (2024)
17:11
ProgrammingKnowledge
Рет қаралды 112 М.
How to Install Apache Tomcat on Mac OS X
13:04
ProgrammingKnowledge
Рет қаралды 127 М.
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 39 МЛН
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 35 МЛН
ОДИН ДЕНЬ ИЗ ДЕТСТВА❤️ #shorts
00:59
BATEK_OFFICIAL
Рет қаралды 9 МЛН
Installing MySQL Database On MacOS | Install the Right Way Step By Step Guide
12:13
EmbarkX | Learn Programming
Рет қаралды 27 М.
#MySQL #Workbench | How to install mysql and workbench on Mac
6:20
How to Install & configure Mysql on a Mac
14:51
ITVidz
Рет қаралды 27 М.
Installing MySQL and Creating Databases | MySQL for Beginners
12:04
Alex The Analyst
Рет қаралды 288 М.
Yaml Tutorial | Learn YAML in 18 mins
18:05
TechWorld with Nana
Рет қаралды 616 М.
Connecting to MySQL from Command Line on macOS and Linux
5:07
Spring Framework Guru
Рет қаралды 49 М.
SQL vs NoSQL or MySQL vs MongoDB
21:30
Academind
Рет қаралды 1,8 МЛН
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 39 МЛН