반응형
맥(MacOS) 환경 - M1 Apple Silicon - MySQL 5.7 설치 및 실행
개발 환경
- Mac OS (Apple Silicon M1)
MySQL 5.7 설치 (Homebrew) > MySQL 실행 > MySQL 접속
MySQL 설치 - Homebrew 활용
1
|
brew install mysql@5.7
|
MySQL 실행
1
|
/opt/homebrew/opt/mysql@5.7/bin/mysql.server start
|
MySQL 접속
1 | /opt/homebrew/opt/mysql@5.7/bin/mysql -uroot |
반응형
'맥 (Mac) > 개발환경 (MacOS M1)' 카테고리의 다른 글
[MacOS 개발환경 #15] redis 설치 - homebrew 활용 (0) | 2021.09.02 |
---|---|
[MacOS 개발환경 #14] 아톰(Atom) 설치 (0) | 2021.06.28 |
[MacOS 개발환경 #12] Apache JMeter (5.4.1) 설치 (0) | 2021.06.27 |
[MacOS 개발환경 #11] 자바 디컴파일러 (Java Decompiler) 설치 및 실행 (0) | 2021.06.27 |
[MacOS 개발환경 #5] JDK 버전 변경하기 (0) | 2021.06.27 |