{% hint style="info" %} In this tutorial, we will learn how to configure the database connection {% endhint %}
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.
{% embed url="https://youtu.be/vME_fV_jWfA" %}
{% hint style="info" %} Once you open the MEDfl window you will see a popup window containing the instructions on how to create the config file {% endhint %}
- Create
config.iniinside theDATAdirectory
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.
.png)
.png)