MariaDB java connector is a JDBC 4.5 compatible driver, used to connect applications developed in Java to MariaDB and MySQL databases. MariaDB Connector/J is distributed under the LGPL license version ...
createDatabase DatabaseName - Creates a database with a specified name and by default switches to the database. useDatabase DatabaseName - Select a database to use listDatabases - Shows the list of ...