MariaDB


The MariaDB Client Library for Java Applications is a Type 4 JDBC driver. It was developed specifically as a lightweight JDBC connector for use with MySQL and MariaDB database servers. It's originally based on the Drizzle JDBC code, and with a lot of additions and bug fixes.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: https://downloads.mariadb.org/client-java/
Connection URL: Specify the location of the JDBC data provider
<host_name>: The IP address or the domain name of the database server
<port_number>: The port number to the database. Default is 3306
<database_name>: The name of the database to connect
User: User name to login to the database
Password: Password of the user name specified