Abstract
This manual describes how to install, configure, and develop database applications using MySQL Connector/J 5.1, a JDBC driver for communicating with MySQL servers. It also contains information on earlier versions of Connector/J.
Per Oracle's Lifetime Support policy, as of Feb 9th, 2021, MySQL Connector/J 5.1 series is covered under Oracle Sustaining Support. Users are encouraged to upgrade to MySQL Connector/J 8.0 series.
For notes detailing the changes in each release of Connector/J 5.1, see MySQL Connector/J 5.1 Release Notes.
For legal information, see the Legal Notices.
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
Licensing information. This product may include third-party software, used under license. If you are using a Commercial release of MySQL Connector/J 5.1, see the MySQL Connector/J 5.1 Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this Commercial release. If you are using a Community release of MySQL Connector/J 5.1, see the MySQL Connector/J 5.1 Community License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this Community release.
Document generated on: 2022-05-18 (revision: 73255)
Table of Contents
- Preface and Legal Notices
- 1 Overview of MySQL Connector/J
- 2 Connector/J Versions, and the MySQL and Java Versions They Require
- 3 Connector/J Installation
- 4 Connector/J Examples
- 5 Connector/J (JDBC) Reference
- 5.1 Driver/Datasource Class Name
- 5.2 Connection URL Syntax
- 5.3 Configuration Properties for Connector/J
- 5.4 JDBC API Implementation Notes
- 5.5 Java, JDBC and MySQL Types
- 5.6 Using Character Sets and Unicode
- 5.7 Connecting Securely Using SSL
- 5.8 Connecting Using Unix Domain Sockets
- 5.9 Connecting Using Named Pipes
- 5.10 Connecting Using PAM Authentication
- 5.11 Source/Replica Using Replication with ReplicationConnection
- 5.12 Mapping MySQL Error Numbers to JDBC SQLState Codes
- 6 JDBC Concepts
- 7 Connection Pooling with Connector/J
- 8 Multi-Host Connections
- 9 Using the Connector/J Interceptor Classes
- 10 Using Logging Frameworks with SLF4J
- 11 Using Connector/J with Tomcat
- 12 Using Connector/J with JBoss
- 13 Using Connector/J with Spring
- 14 Using Connector/J with GlassFish
- 15 Troubleshooting Connector/J Applications
- 16 Known Issues and Limitations
- 17 Connector/J Support
- Index