Sidebar

Where can I download the "com.mysql.jdbc.Driver?

0 votes
742 views
asked Jan 19, 2018 by garrett-h-6007 (240 points)
org.h2.message.DbException: Class "com.mysql.jdbc.Driver" not found [90086-174]

1 Answer

0 votes
 
Best answer

Due to recent changes in the MySQL engine, starting with MySQL 8, you will need to use the MySQL JDBC connector and will no longer be able to use the MariaDB JDBC connector against MySQL.

The MySQL JDBC connectors can be found at https://dev.mysql.com/downloads/connector/j/

To install the JDBC connector, follow this KB: https://www.qvera.com/kb/index.php/1476

answered Apr 16, 2019 by ben-s-7515 (12,640 points)
...