New user trying to connect to a MySQL database.
Documentation states a JDBC driver for MySQL
is pre-installed, but only the following drivers
appear in the driver list:
com.sybase… (five different sybase drivers)
org.postgresql.Driver
org.firebirdsql.jdbc.FBdriver
net.sourceforge.jtds.jdbc.Driver
org.hsqldb.jdbcDriver
sun.jdbc.odbc.JdbcOdbcDriver
None of these seem appropriate, although the
latter looks like a driver to connect to ODBC
sources.