Skip to content

Instantly share code, notes, and snippets.

View joshuabalduff's full-sized avatar
🐻

Josh joshuabalduff

🐻
  • Austin, TX
  • 01:51 (UTC -05:00)
View GitHub Profile
@joshuabalduff
joshuabalduff / MySQL_macOS_Catalina.md
Created September 17, 2019 15:31
Install MySQL on macOS Catalina using Homebrew

Install MySQL on macOS Catalina

This procedure explains how to install MySQL using Homebrew on macOS Catalina

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Note: Homebrew will download and install Command Line Tools for Xcode 8.0 as part of the installation process.

Install MySQL

At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :