On this page we'll demonstrate how to connect Ignition to MySQL.
MariaDB Connections to MySQL Databases
Ignition can use the built-in MariaDB driver to connect to MySQL 5.7 and prior databases. This circumvents the need to manually provide a JAR file to the MySQL JDBC Driver configuration on the Gateway.
The following feature is new in Ignition version
8.1.2
Click here to check out the other new features
Ignition version 8.1.2 includes a
MariaDB driver that can connect to
MySQL 8 databases. Note that upgrading Ignition does not replace existing JDBC drivers. See the
JDBC Drivers and Translators page for more information.
MySQL Connector/J Connections to MySQL Databases
Should you choose to to connect to a MySQL database using the official MySQL JDBC Driver, you will need to install the driver. New Ignition installations do not have the driver (a JAR file), so you will have to acquire the file yourself. See the JDBC Drivers and Translators page for more details on obtaining the required file.
Once acquired, you can follow the steps for Upgrading a JDBC Driver. Once the JAR file has been provided, you can follow the steps listed on this page to configure a connection between Ignition and MySQL.