Connecting a MySql Database

0
I am very new to Mendix but would like to connect to a MySql database. I followed the steps regarding database replication but cannot see the driver as an option in the replication drop downs ?
asked
3 answers
1

Although the question is too old to respond to, but may someone coming behind can get help

https://search.maven.org/remotecontent?filepath=mysql/mysql-connector-java/8.0.13/mysql-connector-java-8.0.13.jar

answered
0

As mentioned in the documentation for the Database Replication Module:

Support for SQL Server 2005/2008, Oracle, PostgreSQL and Informix databases

I believe we don't have anything in the AppStore yet to connect with MySQL (new entries are always welcome!)

answered
0

MySql can easily be supported however the only libraries that I know of are payed or distributed under the gpl licence.

So if you can find a mysql jdbc jar file including the mysql driver it's a relatively small change to the module to start supporting this library.

If somebody knows about a free mysql jar/driver just let some at mendix know and we'll might be able to start supporting mysql as well.

answered