

Make sure you hit the test connection button to verify that you can connect to the server. To connect to your database click on the + icon next to MySQL connections. You should see MySQLWorkbench under your Applications folder now. Since you’ve already installed Homebrew you can install MySQLWorkbench by running brew cask install MySQLWorkbench.It’s much easier to use a client like MySQLWorkbench. However, working in the terminal can be kind of annoying. You can log in by running mysql -u root -p and typing in the password you set earlier.


Here is a robust step-by-step process on how to set up a MySQL development environment on MacOS. Hopefully, this helps anyone else in a similar position. This time I’m being proactive and writing down the process here. So I end up googling how to do it and then I piece together instructions from various blogs. I’ve had to do it a couple of times and I always forget how I did it. Installing MySQL server can be a pain on Mac OS.
