MySQL

Vendor Name

Details

Recommended Native Driver

Oracle

JDBC URL Syntax by Type:

  • Server

jdbc:mysql://<hostname>[,<failoverhost>][:<port>] /<dbname>[?<URL attribute>=<value>[&<URL attribute>=<value>] ... ]

Default Port:

3306

JDBC Class:

com.mysql.jdbc.Driver (official class name)

org.gjt.mm.mysql.Driver (older class name)

JDBC JAR File Name:

mysql-connector-java-5.x.xx-bin.jar

Comments: Version 5.7 is supported, .8.026 is certified.

Last updated

Was this helpful?