Unable to find a JDBC driver corresponding to the database kind 'jdbc-mariadb' code example
Example: java connect mariadb
Connection connection = DriverManager.getConnection("jdbc:mariadb://localhost:3306/DB?user=root&password=myPassword");
Connection connection = DriverManager.getConnection("jdbc:mariadb://localhost:3306/DB?user=root&password=myPassword");