MySQL DOWNLOAD
Hello, Can anyone help me download MySQL on my MacBook, please?
MacBook Pro 13″, macOS 11.6
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
Hello, Can anyone help me download MySQL on my MacBook, please?
MacBook Pro 13″, macOS 11.6
Hi,
If you installed Homebrew on your MacBook Pro, it's quite easy to install MySQL on Big Sur Mac.
After installed Homebrew, type:
% brew install mysql
#Setting security
% brew services start mysql
% mysql_secure_installation
#type "n"
Press y|Y for Yes, any other key for No: "n"
#type new password
New password:
Re-enter new password:#type the password you create above
#Try to run mysql
% mysql -uroot -p
Enter password: #type password you create
That's all.
Good luck
Hi,
If you installed Homebrew on your MacBook Pro, it's quite easy to install MySQL on Big Sur Mac.
After installed Homebrew, type:
% brew install mysql
#Setting security
% brew services start mysql
% mysql_secure_installation
#type "n"
Press y|Y for Yes, any other key for No: "n"
#type new password
New password:
Re-enter new password:#type the password you create above
#Try to run mysql
% mysql -uroot -p
Enter password: #type password you create
That's all.
Good luck
Hi, Thank you so much! I was having so much trouble finding good YouTube videos to guide me install MySQL. I'm very happy
to receive a response in just 1 hour!
MySQL DOWNLOAD