본문 바로가기

Data Science : Study/2. Data Engineering (FastCampus)

4강-2. AWS에서 생성한 MySQL 데이터베이스 연결

반응형

썸네일

(이미지 깨지는 경우 클릭하여 확인바랍니다)

 

 

 

데이터베이스 연결하기

1. databases에서 endpoint 와 port 확인

 

2. mysql workbench 설치 & visual c++ 2019 설치

https://dev.mysql.com/downloads/workbench/

 

MySQL :: Download MySQL Workbench

Select Operating System: Select Operating System… Microsoft Windows Ubuntu Linux Red Hat Enterprise Linux / Oracle Linux Fedora macOS Source Code Select OS Version: All Windows (x86, 64-bit) Recommended Download: Other Downloads: Windows (x86, 64-bit), M

dev.mysql.com

https://docs.microsoft.com/ko-kr/cpp/windows/latest-supported-vc-redist?view=msvc-170 

 

지원되는 최신 Visual C++ 재배포 가능 패키지 다운로드

이 문서에서는 최신 버전의 Visual C++ 재배포 가능 패키지 패키지에 대한 다운로드 링크를 나열합니다.

docs.microsoft.com

 

3. MySQL Workbench

mysql connections 옆의 + 클릭

 

Setup New Connection

- host = endpoint

- port = port

- username과 password는 AWS에서 DB 생성 시에 했던 것으로 입력

- default schema = database name (모두 fastcampus로 통일)

 

 

 

 

 

이런 내용이 더 있으면 좋겠다, 이건 뭐라는지 모르겠다, 그 외의 어떤 얘기든 댓글로 남겨주세요!

 

 

 

반응형