Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For your information, below is based on MySQL 8 and Mac OS X. There are two different approach to install MySQL on MAC, but I will talk about the installation based on brew here.


Install MySQL by brew

Code Block
sudo brew install mysql

...