Where to get the MySQL Driver download

Where can I find and download the MySQL driver – org.gjt.mm.mysql.Driver? It doesn’t come with the Servoy Community installation, does it? It is displayed as the default driver for a MySQL new server creation, but then isn’t found while trying to save the new server.

You can download it from the MySQL Download section…

Just look for the Java driver(s)

Thanks! Amidst all the files that came with the download, I located mysql-connector-java-5.1.12-bin.jar and copied it to the Servoy application_server/drivers directory. I don’t get the org.gjt.mm.mysql.Driver driver not found error anymore.

Plus, I notice that some other MySQL drivers now appear as well:
com.mysql.jdbc.NonRegisteringDriver
com.mysql.jdbc.NonRegisteringReplicationDriver
com.mysql.jdbc.ReplicationDriver
com.mysql.jdbc.Driver

Do you happen to know the significance of each of these drivers?

Use the com.mysql.jdbc.Driver driver. The others are used for master/slave setups.

OK, the com.mysql.jdbc.Driver it is then.

Thanks,

Over and out.