본문 바로가기

IT/Spring

Mysql 설치 및 eclipse 연동하기 - 사좋배 공유

Mysql 이클립스 연동 설정하는 법에 대해서 설명하겠습니다.

먼저 Mysql을 설치합니다.

http://dev.mysql.com/downloads/connector/j/

 

MySQL :: Download Connector/J

Download Connector/J MySQL Connector/J is the official JDBC driver for MySQL. MySQL Connector/J 8.0 is compatible with all MySQL versions starting with MySQL 5.5. Additionally, MySQL Connector/J 8.0 supports the new X DevAPI for development with MySQL Serv

dev.mysql.com

Community에 들어가서 Connector/j를 들어가서 Select Platform 셀렉트 메뉴에서 Platform Independet를 선택한 뒤 Platform Independet (Architecture Independent), ZIP Archive 파일을 다운로드 합니다.

 

 

 

그냥 다운만 받을거면 빨간색 표시가된 No thanks, just start my download를 클릭합니다.

 

압축 풀기

 

 

압축풀어서 나온 jar파일을 JDK가 설치된 폴더의 jdk\jre\lib\ext에 복사 넣어줍니다.