DataVeil Data Masking User Guide
DataVeil Data Masking User Guide

Install MySQL JDBC Driver

This step is required only if you intend to connect to MySQL databases. If not then you can skip this step.

Due to MySQL licensing terms the MySQL driver can not be delivered pre-installed with the DataVeil software as other database drivers are.

Fortunately, it is a relatively simple process to download and install the MySQL JDBC driver.

To install the MySQL JDBC driver, follow the steps below:
  

Step 1: Download the MySQL JDBC Java Archive

 
Visit https://downloads.mysql.com/archives/c-j/

Select Product Version 8.0.29 and Operating System Platform Independent. It must be this exact selection.
 

 

Click on the Download button for the TAR or ZIP file to download (whichever archive format you prefer).


 

Step 2: Extract the JDBC Driver File

Extract ('unzip') the archive file that was downloaded in the previous step.

Locate the file mysql-connector-java-8.0.29.jar.


 

Step 3: Place the JDBC Driver File in the DataVeil GUI Driver Directory

Place a copy of the mysql-connector-java-8.0.29.jar from the previous step into the DataVeil folder dataveil/dataveil/modules/ext/
 

 
If the DataVeil GUI is currently running then it shall need to be restarted.

 

Step 4: Place the JDBC Driver File in the Command Line Driver Directory

Place a copy of mysql-connector-java-8.0.29.jar into the command line driver/ directory as described in Install for Command Line.

 

This completes the installation of the MySQL JDBC driver for DataVeil.