Drivers on MySql Jar files missing

please help sir, my ignition gateway version 8.03 under database>drivers>MySql seems like there are missing drivers,does anyone have drivers for the MySql?jar files,thanks

You’ll need to install the MySQL JDBC Driver. You can find instructions and a link to the driver here: https://docs.inductiveautomation.com/display/DOC80/JDBC+Drivers+and+Translators

We used to distribute the MySQL JDBC driver with Ignition but we’ve stopped doing so as of Ignition 8 because it’s not allowed by the license.

i have installed the jar file and follow instructions yet the status still showing " Error - either required files are missing or classname is incorrect"

thanks sir, i already installed mysql in my gateway

Hello epitigno26, I am facing the same problem, can you please share here how you solved it? It would be very helpful

I am having the same issue. The jar download link takes you to the MySQL installer. I installed the connector J via the installer. Ignition still gives me the error that the driver is missing.

1 Like

After installing Connector/J via the installer, you must point Ignition to the actual .jar file containing the MySQL driver code. On the install I just did, the path was:
"C:\Program Files (x86)\MySQL\Connector J 8.0\mysql-connector-java-8.0.25.jar"
You need to update the driver to use that .jar file following the instruction further down the page:
https://docs.inductiveautomation.com/display/DOC80/JDBC+Drivers+and+Translators#JDBCDriversandTranslators-UpgradingaJDBCDriver

3 Likes