Fix Connectivity error in Java MySQL connection for connector to be set to class path?


To fix, you need to put MySQL connector to the Java classpath. Import the jar file of the connector to the project folder for the IDE you are using.

Here is the snapshot to place classpath −

Let us now see the code for connectivity in Java with MySQL −

This will produce the following output −

Updated on: 17-Dec-2019

320 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements