Connect to mySQL database

1
Hi all, Does somebody know how to connect to a mySQL database within Mendix? I can only connect to the following: - Build-in database - PostgreSQL 8.3 and later - SQL server 2005 and later - Oracle 10.2 and later Regards, Björn
asked
2 answers
1

MySQL is not supported as a database type for Mendix applications. I recommend uinsg PostgreSQL if you have none of these yet, it's free and works very well.

answered
0

MySQL can be only used with on premise applications. It doesn't work with cloud applications, you have to use PogreSQL for that.

answered