Parasoft DTP JDBC driver compactibility issue

I trying to use Parasoft DTP for static analysis. However i am having the following issue. I have mySQL in my system. How can I install compactible JDBC driver?
Comments
-
DTP does not ship with the MySQL, PostgreSQL, and Oracle JDBC drivers necessary to set up a database connection.
As a MySQL user, for example, you can use such a driver https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar
Download the drivers and place them in the DTP_DATA_DIR/lib/thirdparty directory and restart the DTP services.We also kindly encourage you to read the basic information about the database drivers in our documentation: https://docs.parasoft.com/display/DTP20242/Download+JDBC+Drivers
0 -
I have tried the suggested driver but the error is still there.
0 -
Assuming that the driver jar file was copied to the correct location (e.g. C:\ProgramData\Parasoft\DTP\lib\thirdparty on Windows or /home//dtp_data/lib/thirdparty on Linux) and then DTP services were restarted, everything should work.
Please file a support issue and send a zip of the log files.0