Overview
JDBC drivers reference
Vendors Support#
Database | vendor | URL |
---|
MariaDB | MariaDB | Link |
MySQL | Oracle | Link |
Oracle | Oracle | Link |
PostgreSQL | PostgreSQL Global Development Group | Link |
MSSQL | Microsoft | Link |
Do you want to connect your favorite provider?, you can collaborate here
MySQL#
Parameter | Detail |
---|
Vendor | Oracle |
Company URL | http://www.mysql.com/ |
Driver URL | https://dev.mysql.com/downloads/connector/j/5.1.html |
JDBC URL Syntax | xxx |
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.1.x is the most recent version supported. |
MariaDB#
Parameter | Detail |
---|
Vendor | Oracle |
Company URL | http://www.mysql.com/ |
Driver URL | https://dev.mysql.com/downloads/connector/j/5.1.html |
JDBC URL Syntax | xxx |
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.1.x is the most recent version supported. |
PostgreSQL#
Parameter | Detail |
---|
Vendor | Oracle |
Company URL | http://www.mysql.com/ |
Driver URL | https://dev.mysql.com/downloads/connector/j/5.1.html |
JDBC URL Syntax | xxx |
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.1.x is the most recent version supported. |
Oracle#
Parameter | Detail |
---|
Vendor | Oracle |
Company URL | http://www.mysql.com/ |
Driver URL | https://dev.mysql.com/downloads/connector/j/5.1.html |
JDBC URL Syntax | xxx |
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.1.x is the most recent version supported. |
MSSQL#
Parameter | Detail |
---|
Vendor | Oracle |
Company URL | http://www.mysql.com/ |
Driver URL | https://dev.mysql.com/downloads/connector/j/5.1.html |
JDBC URL Syntax | xxx |
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.1.x is the most recent version supported. |