1. 터미널 실행 후 아래를 입력해 MySQL 설치 brew install mysql 2. 설치 완료 후 설정 We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation → 보안 설정 MySQL is configured to only allow connections from localhost by default To connect run: mysql -u root → 터미널에서 root 계정으로 접속 To have launchd start mysql now and restart at login:brew services start mysql Or, if you don't want..