Configure database
Introduction
MEDfl uses a MySQL database to store configurations and results. To configure this setup on your local machine, you'll need to set the configuration file to establish the connection with MySQL.
Video tutorial
Steps:

Create
config.ini
inside theDATA
directory
DATA -> DATA folder
├───config.ini -> config file
└─── ...
modify the
config.ini content
[mysql]
host = localhost
port = 3306
user = YOUR_SQL_USERNAME
password = YOUR_PASSWORD
database = MEDfl
Click on the "DB config file" button, select your file, and upon successful configuration, you will see a success message confirming that the setup is complete.
