Install MySQL on Mac using Brew
First you need Homebrew installed. Please check my other post about installing Homebrew on Mac. Installing MySQL To install MySql, please open your Terminal and the following command: Once it is installed, MySQL is configured to only allow connections from localhost by default. To start MySql: To stop MySQL; To connect to MySQL: By default, …