Skip to the content.

2. Choosing a Database

MariaDB on Mac

The following commands can be used on Mac to install MariaDB.

brew install mariadb
sudo mysql_secure_installation
brew services start mariadb
brew services stop mariadb

MySQL

Just go to the MySQL website and download the installer for your platform.