-
- Open Terminal from:
Application\Utilities\Terminal
— For help review this link: Mac OS How-to Open Terminal
- To install MySQL, inside the terminal window type:
brew install mysql
- Start MySQL with the Following Command:
brew services start mysql
— By default the mysql user is root with no password.
- You must be logged in to reply to this topic.