728x90
반응형
JDBC다운로드
https://dev.mysql.com/downloads/connector/j/
MySQL :: Download Connector/J
MySQL Connector/J 8.0 is highly recommended for use with MySQL Server 8.0, 5.7 and 5.6. Please upgrade to MySQL Connector/J 8.0.
dev.mysql.com
1. Platform Independent 선택후
2. Platform Independent (Architecture Independent), ZIP Archive 다운로드
🎇 코딩할 때 만 쓰는 방법
1. 프로젝트 우클릭
2. BlidPath클릭
3. Configuer BlidPath 클릭
4. 아래 화살표 대로 클릭
5. 다운로드받은 파일 내 mysql-connector-java-8.0.26.jar파일 선택

6. apply클릭
🎇 나중에 Export까지 가능한 방법
1. 다이나믹 web프로젝트 > WebContent > WEB-INF > lib
2. 우클릭 import클릭
3. 아래 이미지처럼 클릭 next클릭

4. 아래 이미지 처럼 클릭
browse에서는 mysql-connector-java-8.0.26.jar이 존재하는 폴더에서 오픈하면 된다.

728x90
반응형