Homebrew로 mysql 설치하는 명령어
brew install mysql
설치된 mysql 버전 확인하는 명령어
mysql -V
서버가 시작된 조건하에 초기 설정을 해주는 명령어
mysql_secure_installation
mysql 서버 켜주는 명령어
mysql.server start
SUCCESS! 라고 나오면 성공