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-8.0.26 (official JAR filename)

mysql-connector-java-5.x.xx-bin.jar (older JAR filename)

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

Last updated

Was this helpful?