MySQL :: MySQL Connector/J Developer Guide :: 6.3 Configuration Properties (original) (raw)

The world's most popular open source database

Configuration properties define how Connector/J will make a connection to a MySQL server. Unless otherwise noted, properties can be set for a DataSource object or for aConnection object.

Configuration properties can be set in one of the following ways:

The properties are listed by categories in the following tables and then in the subsections that follow. Click on a property name in the tables to see its full description in the subsections.

Table 6.1 Authentication Properties

Table 6.2 Connection Properties

Table 6.3 Session Properties

Table 6.5 Security Properties

Table 6.6 Statements Properties

Table 6.7 Prepared Statements Properties

Table 6.8 Result Sets Properties

Table 6.9 Metadata Properties

Table 6.10 BLOB/CLOB processing Properties

Table 6.11 Datetime types processing Properties

Table 6.12 High Availability and Clustering Properties

Table 6.13 Performance Extensions Properties

Table 6.14 Debugging/Profiling Properties

Table 6.15 Exceptions/Warnings Properties

Table 6.18 X Protocol and X DevAPI Properties