Video tutorial for CUBA platform with MySQL Database integration

Hi everyone, Is there any way to find out the support to integrate CUBA platform project with MySQL database.

MySQL is directly supported it seems. You would go to Main Data Store -> Edit Data Store and change the Database Type to MySQL and fill in your connection details. I haven’t tested this, but I am using PostgresQL and did the same (changing from the default HSQL) and it all just worked. I’m guessing it will be the same level of ease for MySQL.

Hello,

as Jon Graig said, MySQL is directly supported. But before you can use MySQL, you have to configure the proprietary driver in CUBA Studio. To do so, download the JDBC driver, open the CUBA Studio menu item CUBA → Settings and, open the “Database Proprietary Drivers”, click on the “Add” button next to MySQL and select the driver:

image

For more information, please refer to the documentation:

Greetings
Andreas

3 Likes

Thanks