Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

Create a MariaDB Repository

Creating a MariaDB database is fully documented in the product information provided with your MariaDB installer or the MariaDB website.

There are many ways to create a new MariaDB database, probably the most common is to use a SQL based Management Console like HeidiSQL, which provides a convenient graphical user interface to enable the creation of databases, the execution of scripts, and backups and restores.  However the exact method used is not important to this discussion, therefore you are free to use the most convenient or familiar method at your disposal.

Having created your MariaDB database, use the MySQL SQL script provided by Sparx Systems to create the required table definitions for Enterprise Architect.  The EASchema_1220_MySQL.sql script is freely available on the DBMS Based Repositories page on the Sparx Systems website.

Notes

  • Ensure that the collation is set to the alphabet you use, such as Latin or Cyrillic

Learn more