
It’s up to you to decide which one you prefer. This will start MySQL and will keep it running until the computer is shut down, or until you run: rver stop

You can also avoid this daemon mode (that’s what we call programs that always run in the background and restart when the computer is restarted) by running: rver start To stop this from happening, and also to immediately stop MySQL. Since we used brew services start mysql to start MySQL, your Mac will re-start it at reboot. The procedure can take a while, but it gives a lot of power to make sure you get the best defaults out of the box: By default the server comes without a root password, so we need to make sure it’s protected. You can now start the MySQL server by running: brew services start mysql The above command should take a while, then print something like this: On macOS, you can install MySQL easily using Homebrew.

Step by step instructions to install MySQL on macOS using Homebrew
