I am trying to connect LibreOffice Base with an MySQL database, in phpMyAdmin, with a JDBC-connection.
The first step is to select which database you want to select:
BTW, for Mariadb everything else is the same, but the jdbc driver class changes to this:
org.mariadb.jdbc.Driver