Product Designer 의 UX UI 스터디

[SQL 기초 공부] 2강. 맥 MySQL 설치 방법과 정상 작동 확인하기 본문

UX UI 스터디/SQL 기본

[SQL 기초 공부] 2강. 맥 MySQL 설치 방법과 정상 작동 확인하기

potatohands 2022. 2. 25. 20:28

총체적 난국이었다. 

Mac에 MySQL 설치하는게 이리도 어렵던가 ...

 

 

1.My SQL 다운하기 

https://www.mysql.com/downloads/

 

MySQL :: MySQL Downloads

MySQL Cluster CGE MySQL Cluster is a real-time open source transactional database designed for fast, always-on access to data under high throughput conditions. MySQL Cluster MySQL Cluster Manager Plus, everything in MySQL Enterprise Edition Learn More » C

www.mysql.com

여기서 다운을 한다. 

 

2.MySQL 워크벤치 설치 후 Local Instance 3306이 보이지 않는 다면 

Homebrew설치하기 

https://brew.sh/index_ko

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

맥 유틸리티에서 터미널 실행 후 

홈브루 코드를 복붙하면 설치가 된다. 

 

3.터미널에서 mysql 패키지 설치하기 

 

brew install mysql

 

mysql.server start

 

를 하고 나면! 뙇~

나타난다!

드디어 처음으로 쿼리하는 것을 입력해보았다.