homebrew를 통해 설치해야 환경변수 설정없이 간편하게 사용할수 있다.
homebrew를 최신버전으로 업데이트한다. brew update
brew update
homebrew로 mysql 설치 brew install mysql
brew install mysql
mysql 설치 확인 brew list
brew list
mysql 서버 실행 mysql.server start
mysql.server start