...
FenixEdu applications run on top of a MySQL or MariaDB database, using the InnoDB engine. As such, if you want to run a local database, you will have to install it on your machine.
If you want to run a "large" database (typically with multiple Gigabytes), you may need to tweak some configurations in your my.cnf
file. The most important settings to tweak are the following:
...