For the complete documentation index, see llms.txt. This page is also available as Markdown.

MySQL

Vendor Name

Details

Recommended Native Driver

Oracle

Company URL:

http://www.mysql.com

Driver URL:

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)

Last updated

Was this helpful?