Configuring JDBC/ODBC Drivers

OTD Wizard: Database Connection Information

To connect to MYSQL, use the information provided in Table 1–5 to complete the Connect to Database step of the JDBC/ODBC OTD Wizard.

Table 1–5 MySQL Connector/J Driver Database Connection Information

Parameter 

Value 

Driver Jar Files 

mysql-connector-java-3.0.11-stable-bin.jar

Driver Java Class Name 

com.mysql.jdbc.Driver 

URL Connection String 

jdbc:mysql://server-name:server-port/database-name


Note –

NOTE: Default server port is 3306


User Name 

Login name of the account used to access the database. 

Password 

Password associated with the login account name used to connect to the database.