Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 오라클
- 전자정부 표준프레임워크
- Oracle
- 윈도우
- Sring Functions and Operators
- MySQL
- Tibero
- 티베로
- String Function and Operators
- 방화벽
- Date and Time Functions
- 전자정부표준프레임워크
- Data and Time Functions
- SVN
- HTTP
- String Functions and Operators
- String Functions and Date Operators
- Date and Time Function
Archives
- Today
- Total
웹이야기
MySQL 드라이버 다운로드 본문
MySQL driver 다운로드 하는 방법
1. pom.xml (메이븐을 이용)
mysql-connector-java 부분에
<version5.1.31</version>
와 같이 버전이 기입되어 있는데, 다운받고자 하는 버전으로 수정한다.
1) 버전은 설치되어 있는 버전의 MySQL로 하면 좋을 것 같다.
2) 다운받고자 하는 버전이 있는지 없는지 여부는 https://mvnrepository.com/ 에서 확인할 수 있다.
https://mvnrepository.com/artifact/mysql/mysql-connector-java
2. MySQL 사이트에서 다운로드
가장 최신 버전 다운로드
https://dev.mysql.com/downloads/connector/j/
이전 버전 다운로드
https://downloads.mysql.com/archives/c-j/
에서 원하는 버전을 다운받을 수 있다.
platform independent 버전으로 다운받으면 되는 것 같다.
'D > MySQL' 카테고리의 다른 글
MySQL 5.7 설치(windows 10 / installer 버전) (1) | 2020.03.02 |
---|---|
MySQL 5.7 다운로드 (0) | 2020.02.25 |
패스워드 만료및 재사용 정책 (0) | 2020.02.12 |
계정생성 및 권한 부여 (0) | 2020.02.09 |
Can't connect to local MySQL server through socket (0) | 2020.02.07 |
Comments