Mysql - Connector/J Versions 버전 확인
Posted 01 28, 2010 10:03, Filed under: DataBase/Mysql- Connector 다운로드 링크 : http://dev.mysql.com/downloads/connector/j/
- 21.3.1.1. Java Versions Supported
There are currently four versions of MySQL Connector/J available:
-
Connector/J 5.1 is the Type 4 pure Java JDBC driver, which conforms to the JDBC 3.0 and JDBC 4.0 specifications. It provides compatibility with all the functionality of MySQL, including 4.1, 5.0, 5.1, and 5.4. Connector/J 5.1 provides ease of development features, including auto-registration with the Driver Manager, standardized validity checks, categorized SQLExceptions, support for the JDBC-4.0 XML processing, per connection client information,
NCHAR,NVARCHARandNCLOBtypes. This release also includes all bug fixes up to and including Connector/J 5.0.6. -
Connector/J 5.0 provides support for all the functionality offered by Connector/J 3.1 and includes distributed transaction (XA) support.
-
Connector/J 3.1 was designed for connectivity to MySQL 4.1 and MySQL 5.0 servers and provides support for all the functionality in MySQL 5.0 except distributed transaction (XA) support.
-
Connector/J 3.0 provides core functionality and was designed with connectivity to MySQL 3.x or MySQL 4.1 servers, although it will provide basic compatibility with later versions of MySQL. Connector/J 3.0 does not support server-side prepared statements, and does not support any of the features in versions of MySQL later than 4.1.
The following table summarizes the Connector/J versions available:
| Connector/J version | Driver Type | JDBC version | MySQL Server version | Status |
| 5.1 | 4 | 3.0, 4.0 | 4.1, 5.0, 5.1, 5.4 | Recommended version |
| 5.0 | 4 | 3.0 | 4.1, 5.0 | Released version |
| 3.1 | 4 | 3.0 | 4.1, 5.0 | Obsolete |
| 3.0 | 4 | 3.0 | 3.x, 4.1 | Obsolete |
The current recommended version for Connector/J is 5.1. This guide covers all four connector versions, with specific notes given where a setting applies to a specific option.
"DataBase / Mysql" 분류의 다른 글
| Mysql - 테이블 정보 출력 (0) | 2012/04/03 |
| Mysql - TEXT Length (0) | 2011/01/13 |
| Mysql - auto_increment 값 초기화 (0) | 2010/08/20 |
| Mysql - 에러 Got error: 1045 Access denied (0) | 2010/02/18 |
| Mysql - mysql 설치후 Character set 변경 (5) | 2010/01/28 |
| Mysql - InnoDB 사용 가능 상태 확인및 설정 (0) | 2010/01/27 |
| Mysql - 실수로 삭제한 mysql DB 복구방법 (0) | 2010/01/20 |
| Mysql - 계정 생성및 외부 접속 아이피 등록 설정 (0) | 2010/01/19 |
| MySql - v4.1 이하버전 서브쿼리 미지원 대체방식 group by 사용 (0) | 2010/01/05 |
| Mysql - DB 백업 및 복구 (0) | 2009/08/03 |
Trackback URL : http://develop.sunshiny.co.kr/trackback/384