The documentation states the following for versions of MySQL:
MySQL 5.6, 5.5, and 5.0 using the com.mysql.jdbc.Driver JDBC driver with InnoDB tables
Are newer versions of MySQL (which is currently at version 8) really not supported?
And the com.mysql.jdbc.Driver is deprecated (now it’s com.mysql.cj.jdbc.Driver).
Would like Flux to support 8.3.0 and the newer Driver.