mysql-connector-java與mysql的版本對應關系,請參考下圖(來源於mysql官網)
Connector/J version | Driver Type | JDBC version | MySQL Server | Status |
5.1 | 4 | 3.0,4.0 | 4.1,5.0,5.1,5.5 | 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.