In this article, Iβll guide you through the MySQL installation process on a Mac.
Itβs a straightforward installation, and we will need this when setting up our Mac for web development.
Download MySQL for Mac
To install MySQL, we need to visit the MySQL website and pick the download we need.
For most people, the top DMG archive will work.
Youβll get an annoying screen if you click the download button because they want you to sign up. Just click the No thanks button at the bottom.
Installation of the MySQL server
Once the download is done, you can click the DMG file, and youβll find the pkg
file there.
Double-click this file.
This will open up the installer for MySQL.
Click Allow on the above step.
Follow all the steps it prompts.
At one stage, it asks for the install location. You can go ahead and use the default one.
After clicking this, youβll be prompted for your password, enter it, and the installation begins.
Then you get a configuration screen. You can select strong password encryption.
It will then ask you to set the default password for the root user.
Once we set the password, the installation is done.
Find the MySQL server on Mac
You can now find your MySQL server by opening the Settings application on your Mac.
If you click that, you have the option to Start and Stop the server.
Connecting to the MySQL server
We can also use graphic tools to connect to this MySQL server.
In my case, Iβll be using TablePlus, but any tool will work the same.
Add a new connection using the following settings.
host
: 127.0.0.1user
: rootpassword
: You choose this in the installationport
: 3306 (default)
Then you can test the connection and connect to it.
Thatβs it. We installed MySQL and can connect to it!
Thank you for reading, and letβs connect!
Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter