[환경세팅] 6. MySQL 설치

김주희's avatar
Feb 26, 2025
[환경세팅] 6. MySQL 설치

1. 다운로드

notion image
 
notion image
notion image
MySQL 5.7에서 oracle 인수합병 → MariaDB는 MySQL 5.7과 동일
MySQL 5.7 이후로는 oracle과 동일
 

2. MySQL Server 설치

notion image
 
notion image
TCP : 신뢰성 있는 통신이어야 하니까~
서버 소켓 포트(리스너 포트) : 3306
 
 

2. MySQL Workbench 설치

MySQL Server 설치 후 창이 뜨지 않으면 installer를 더블 클릭하면 Workbench를 설치하기 위한 창이 뜬다!
notion image
 
notion image
 

4. 접속하기

notion image
notion image
Share article

jay0628