MEDfl 0.1.7__py3-none-any.whl → 0.1.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,127 +1,127 @@
1
- Metadata-Version: 2.1
2
- Name: Medfl
3
- Version: 0.1.7
4
- Summary: Python Open-source package for simulating federated learning and differential privacy
5
- Home-page: https://github.com/HaithemLamri/MEDfl
6
- Author: MEDomics consortium
7
- Author-email: medomics.info@gmail.com
8
- Project-URL: Documentation, https://
9
- Project-URL: Github, https://github.com/HaithemLamri/MEDfl
10
- Keywords: federated learning differential privacy medical research
11
- Classifier: Development Status :: 3 - Alpha
12
- Classifier: Intended Audience :: Developers
13
- Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
- Classifier: License :: OSI Approved :: MIT License
15
- Classifier: Programming Language :: Python :: 3.8
16
- Classifier: Programming Language :: Python :: 3.9
17
- Requires-Python: >=3.8,<3.11
18
- Description-Content-Type: text/markdown
19
- Requires-Dist: flwr ~=1.7.0
20
- Requires-Dist: matplotlib ~=3.6.3
21
- Requires-Dist: numpy ~=1.24.2
22
- Requires-Dist: opacus ~=1.3.0
23
- Requires-Dist: pandas ~=1.5.2
24
- Requires-Dist: PyYAML ~=6.0
25
- Requires-Dist: setuptools ~=68.0.0
26
- Requires-Dist: Sphinx ~=5.3.0
27
- Requires-Dist: SQLAlchemy ~=1.4.47
28
- Requires-Dist: torch ~=1.13.1
29
- Requires-Dist: datetime ~=5.1
30
- Requires-Dist: scikit-learn ~=1.1.1
31
- Requires-Dist: sphinx-jsonschema ==1.19.1
32
- Requires-Dist: sphinx-rtd-dark-mode ==1.2.4
33
- Requires-Dist: plotly ==5.19.0
34
- Requires-Dist: optuna ==3.5.0
35
- Requires-Dist: mysql
36
- Requires-Dist: mysql-connector-python
37
-
38
- # MEDfl : Federated Learning and Differential Privacy Simulation Tool for Tabular Data
39
- ![Python Versions](https://img.shields.io/badge/python-3.9-blue)
40
- ![Build Status](https://travis-ci.org/MEDomics-UdeS/MEDfl.svg?branch=main)
41
-
42
- ![GitHub contributors](https://img.shields.io/github/contributors/scottydocs/README-template.md)
43
- ![License: MIT](https://img.shields.io/badge/license-MIT-green)
44
-
45
-
46
-
47
-
48
- ## Table of Contents
49
- * [1. Introduction](#1-introduction)
50
- * [2. Installation](#2-installation)
51
- * [3. Documentation](#3-documentation)
52
- * [4. Getting started](#4-Getting-started)
53
- * [5. Acknowledgement](#5-acknowledgement)
54
- * [6. Authors](#6-authors)
55
- * [7. Statement](#7-statement)
56
-
57
- ## 1. Introduction
58
- This Python package is an open-source tool designed for simulating federated learning and incorporating differential privacy. It empowers researchers and developers to effortlessly create, execute, and assess federated learning pipelines while seamlessly working with various tabular datasets.
59
-
60
-
61
-
62
-
63
-
64
- ## 2. Installation
65
-
66
- ### Python installation
67
- The MEDfl package requires *python 3.9* or more to be run. If you don't have it installed on your machine, check out the following link [Python ](https://www.python.org/downloads/).
68
- It also requires MySQL database
69
-
70
- ### Package installation
71
- For now, you can install the ``MEDfl``package as:
72
- ```
73
- git clone https://github.com/MEDomics-UdeS/MEDfl.git
74
- cd MEDfl
75
- pip install -e .
76
- ```
77
- ### MySQL DB configuration
78
- MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/config.ini files
79
- ```
80
- sudo bash MEDfl/scripts/setup_mysql.sh
81
- ```
82
-
83
- ### Project Base URL Update
84
- Please ensure to modify the `base_url` parameter in the `MEDfl/global_params.yaml` file. The `base_url` represents the path to the MEDfl project on your local machine. Update this value accordingly.
85
-
86
- ## 3. Documentation
87
- We used sphinx to create the documentation for this project. you can generate and host it locally by compiling the documentation source code using:
88
- ```
89
- cd docs
90
- make clean
91
- make html
92
- ```
93
-
94
- Then open it locally using:
95
-
96
- ```
97
- cd _build/html
98
- python -m http.server
99
- ```
100
-
101
- ## 4. Getting started
102
-
103
- We have created a complete tutorial for the different functionalities of the package. it can be found here [tutorial](https://github.com/MEDomics-UdeS/MEDfl/notebooks/First_tuto.ipynb)
104
-
105
-
106
-
107
- ## 5. Acknowledgment
108
- MEDfl is an open-source package that welcomes any contribution and feedback. We wish that this package could serve the growing private AI research community.
109
-
110
- ## 6. Authors
111
- * [MEDomics](https://github.com/medomics/): MEDomics consortium.
112
-
113
- ## 7. Statement
114
-
115
- This package is part of https://github.com/medomics, a package providing research utility tools for developing precision medicine applications.
116
-
117
- ```
118
- MIT License
119
-
120
- Copyright (C) 2022 MEDomics consortium
121
-
122
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
123
-
124
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
125
-
126
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127
- ```
1
+ Metadata-Version: 2.1
2
+ Name: Medfl
3
+ Version: 0.1.17
4
+ Summary: Python Open-source package for simulating federated learning and differential privacy
5
+ Home-page: https://github.com/HaithemLamri/MEDfl
6
+ Author: MEDomics consortium
7
+ Author-email: medomics.info@gmail.com
8
+ Project-URL: Documentation, https://
9
+ Project-URL: Github, https://github.com/HaithemLamri/MEDfl
10
+ Keywords: federated learning differential privacy medical research
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Requires-Python: >=3.8,<3.11
18
+ Description-Content-Type: text/markdown
19
+ Requires-Dist: flwr ~=1.7.0
20
+ Requires-Dist: matplotlib ~=3.6.3
21
+ Requires-Dist: numpy ~=1.24.2
22
+ Requires-Dist: opacus ~=1.3.0
23
+ Requires-Dist: pandas ~=1.5.2
24
+ Requires-Dist: PyYAML ~=6.0
25
+ Requires-Dist: setuptools ~=68.0.0
26
+ Requires-Dist: Sphinx ~=5.3.0
27
+ Requires-Dist: SQLAlchemy ~=1.4.47
28
+ Requires-Dist: torch ~=1.13.1
29
+ Requires-Dist: datetime ~=5.1
30
+ Requires-Dist: scikit-learn ~=1.1.1
31
+ Requires-Dist: sphinx-jsonschema ==1.19.1
32
+ Requires-Dist: sphinx-rtd-dark-mode ==1.2.4
33
+ Requires-Dist: plotly ==5.19.0
34
+ Requires-Dist: optuna ==3.5.0
35
+ Requires-Dist: mysql
36
+ Requires-Dist: mysql-connector-python
37
+
38
+ # MEDfl : Federated Learning and Differential Privacy Simulation Tool for Tabular Data
39
+ ![Python Versions](https://img.shields.io/badge/python-3.9-blue)
40
+ ![Build Status](https://travis-ci.org/MEDomics-UdeS/MEDfl.svg?branch=main)
41
+
42
+ ![GitHub contributors](https://img.shields.io/github/contributors/scottydocs/README-template.md)
43
+ ![License: MIT](https://img.shields.io/badge/license-MIT-green)
44
+
45
+
46
+
47
+
48
+ ## Table of Contents
49
+ * [1. Introduction](#1-introduction)
50
+ * [2. Installation](#2-installation)
51
+ * [3. Documentation](#3-documentation)
52
+ * [4. Getting started](#4-Getting-started)
53
+ * [5. Acknowledgement](#5-acknowledgement)
54
+ * [6. Authors](#6-authors)
55
+ * [7. Statement](#7-statement)
56
+
57
+ ## 1. Introduction
58
+ This Python package is an open-source tool designed for simulating federated learning and incorporating differential privacy. It empowers researchers and developers to effortlessly create, execute, and assess federated learning pipelines while seamlessly working with various tabular datasets.
59
+
60
+
61
+
62
+
63
+
64
+ ## 2. Installation
65
+
66
+ ### Python installation
67
+ The MEDfl package requires *python 3.9* or more to be run. If you don't have it installed on your machine, check out the following link [Python ](https://www.python.org/downloads/).
68
+ It also requires MySQL database
69
+
70
+ ### Package installation
71
+ For now, you can install the ``MEDfl``package as:
72
+ ```
73
+ git clone https://github.com/MEDomics-UdeS/MEDfl.git
74
+ cd MEDfl
75
+ pip install -e .
76
+ ```
77
+ ### MySQL DB configuration
78
+ MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/config.ini files
79
+ ```
80
+ sudo bash MEDfl/scripts/setup_mysql.sh
81
+ ```
82
+
83
+ ### Project Base URL Update
84
+ Please ensure to modify the `base_url` parameter in the `MEDfl/global_params.yaml` file. The `base_url` represents the path to the MEDfl project on your local machine. Update this value accordingly.
85
+
86
+ ## 3. Documentation
87
+ We used sphinx to create the documentation for this project. you can generate and host it locally by compiling the documentation source code using:
88
+ ```
89
+ cd docs
90
+ make clean
91
+ make html
92
+ ```
93
+
94
+ Then open it locally using:
95
+
96
+ ```
97
+ cd _build/html
98
+ python -m http.server
99
+ ```
100
+
101
+ ## 4. Getting started
102
+
103
+ We have created a complete tutorial for the different functionalities of the package. it can be found here [tutorial](https://github.com/MEDomics-UdeS/MEDfl/notebooks/First_tuto.ipynb)
104
+
105
+
106
+
107
+ ## 5. Acknowledgment
108
+ MEDfl is an open-source package that welcomes any contribution and feedback. We wish that this package could serve the growing private AI research community.
109
+
110
+ ## 6. Authors
111
+ * [MEDomics](https://github.com/medomics/): MEDomics consortium.
112
+
113
+ ## 7. Statement
114
+
115
+ This package is part of https://github.com/medomics, a package providing research utility tools for developing precision medicine applications.
116
+
117
+ ```
118
+ MIT License
119
+
120
+ Copyright (C) 2022 MEDomics consortium
121
+
122
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
123
+
124
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
125
+
126
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127
+ ```
@@ -0,0 +1,32 @@
1
+ Medfl/__init__.py,sha256=wamSaVIS4RoIHcTCLQPKQ5f8odcy87mRCKyRR7-Qpu4,57
2
+ Medfl/LearningManager/__init__.py,sha256=DZZl9wUCY4vzA8ulmBL4EaFR8yVDYNdvur2mk4BJQnA,358
3
+ Medfl/LearningManager/client.py,sha256=ik-0qImV6nrk1Iw70dEMKaN_r7NxvcyVl5nAWqjzmQY,6083
4
+ Medfl/LearningManager/dynamicModal.py,sha256=0mTvDJlss0uSJ3_EXOuL_d-zRmFyXaKB4W4ql-uEX8Y,10821
5
+ Medfl/LearningManager/federated_dataset.py,sha256=2zAl6lW058pqqTsTDv5ixRiIe5XaNKPPBK8rTva-LPY,2141
6
+ Medfl/LearningManager/flpipeline.py,sha256=A0CtTtOoh2PfSuwH-bxOOndoflLjfTyWwR-DvydN-RA,7303
7
+ Medfl/LearningManager/model.py,sha256=DA7HP34Eq1Ra65OlkBmjH9d2MD7OEbsOhfxD48l4QOk,7679
8
+ Medfl/LearningManager/params.yaml,sha256=5I-NljhnSaqzjkWVNzrOtrB8z7tnHBKiBmY-mKGhBQM,450
9
+ Medfl/LearningManager/params_optimiser.py,sha256=Pg_I5n_sPz-7ZqOsJGmnVM9ye7c5aPp5szBPmHsWKhE,18060
10
+ Medfl/LearningManager/plot.py,sha256=iPqMV9rVd7hquoFixDL20OzXI5bMpBW41bkVmTKIWtE,7927
11
+ Medfl/LearningManager/server.py,sha256=iQYiWFWMh9FdyQfNoAGYZ7l67fY4lB0dwICgnDXPOlA,7205
12
+ Medfl/LearningManager/strategy.py,sha256=n0asQajkHfGLDX3QbbV5qntQA-xuJZU8Z92XccZENsA,3517
13
+ Medfl/LearningManager/utils.py,sha256=80yWwpjVsQbYdjpzu5q_mpi6YWpEQUdPhSUdXGK9gx0,9339
14
+ Medfl/NetManager/__init__.py,sha256=htCEy8g7lrKKeZJ-cH9-YCTyWfIOLwKtoj_dlNasOuM,246
15
+ Medfl/NetManager/database_connector.py,sha256=UZYeAKOA0BqwDd-KBlNFyTKFT-Du2QtWq1l6e6uIcVA,1574
16
+ Medfl/NetManager/dataset.py,sha256=NpbmfSKJdtqIsShvjsb_z8W1vqlpYoFyZp8Wzsx_aEc,2869
17
+ Medfl/NetManager/flsetup.py,sha256=IPWdZcz13PZic5OQyCiMyJ34cQPegKwkKEJSAqjjnqg,11754
18
+ Medfl/NetManager/net_helper.py,sha256=VYJPVI65wo34X9GO9t1joNGPr3TutZdxfva-X6P3MSU,7017
19
+ Medfl/NetManager/net_manager_queries.py,sha256=2dfhba0iuh40kVoC7am-vC4Hlrvr-zfJ5ESymsI1Kps,4327
20
+ Medfl/NetManager/network.py,sha256=dzSyEv0IFcoAFeXnI4Favhe9aHuw18YZHB9zwm0VwZE,5521
21
+ Medfl/NetManager/node.py,sha256=c1vxcpzZFRV0KeG7KLBtP_sA_VmTdjG93PWUpGNIsKM,6535
22
+ Medfl-0.1.17.data/scripts/setup_mysql.sh,sha256=PXl271yvYBrXwrZ7P0tsYHnGkOubKvRaFee4MnzsSko,560
23
+ alembic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
+ alembic/env.py,sha256=a4zJAzPNLHnIrUlXCqf_8vuAlFu0pceFJJKM1PQaOI4,1649
25
+ scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
+ scripts/base.py,sha256=B0KKbl9Czh4HhExmO41tdbI2-g1OyiW2ArYhLYgKNEw,778
27
+ scripts/config.ini,sha256=tDQQlpwZbCFQuSS017yjEiLglLihp6wETbWtNrSWeAA,82
28
+ scripts/create_db.py,sha256=ZoQeXIPRBxpcMX6wgQSUKCHzxg3kixzBz0ysTGpAejs,4461
29
+ Medfl-0.1.17.dist-info/METADATA,sha256=Usaj59kuK7QoXFhd1b-AScUlFWB_i2c0ERjEGHFAixc,5577
30
+ Medfl-0.1.17.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
31
+ Medfl-0.1.17.dist-info/top_level.txt,sha256=CmLt1TC7PJj-V55rhffMZ9LSOiuSaaEbz9FJm_zOw_E,22
32
+ Medfl-0.1.17.dist-info/RECORD,,
alembic/env.py CHANGED
@@ -1,61 +1,61 @@
1
- from logging.config import fileConfig
2
- import logging
3
- from sqlalchemy import engine_from_config, create_engine
4
- from sqlalchemy import pool
5
- import sys
6
- import os
7
- from alembic import context
8
-
9
- sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
10
- from scripts.base import my_eng
11
-
12
- # this is the Alembic Config object, which provides
13
- # access to the values within the .ini file in use.
14
- config = context.config
15
-
16
- # Interpret the config file for Python logging.
17
- # This line sets up loggers basically.
18
- fileConfig(config.config_file_name)
19
-
20
- # add your model's MetaData object here
21
- # for 'autogenerate' support
22
- # from myapp import mymodel
23
- # target_metadata = mymodel.Base.metadata
24
- target_metadata = None
25
-
26
- # other values from the config, defined by the needs of env.py,
27
- # can be acquired:
28
- # my_important_option = config.get_main_option("my_important_option")
29
- # ... etc.
30
- def configure_logger(name):
31
- # This is the standard logging configuration
32
- logging.config.fileConfig(
33
- 'alembic_logging.ini', # Path to your logging configuration file
34
- defaults={
35
- 'logfilename': 'alembic.log', # Log file name
36
- },
37
- disable_existing_loggers=False,
38
- )
39
-
40
- return logging.getLogger(name)
41
-
42
-
43
-
44
- def run_migrations_offline():
45
- """Run migrations in 'offline' mode."""
46
- pass
47
-
48
- def run_migrations_online():
49
- """Run migrations in 'online' mode."""
50
- pass
51
-
52
- if context.is_offline_mode():
53
- run_migrations_offline()
54
- else:
55
- run_migrations_online()
56
-
57
-
58
- if context.is_offline_mode():
59
- run_migrations_offline()
60
- else:
61
- run_migrations_online()
1
+ from logging.config import fileConfig
2
+ import logging
3
+ from sqlalchemy import engine_from_config, create_engine
4
+ from sqlalchemy import pool
5
+ import sys
6
+ import os
7
+ from alembic import context
8
+
9
+ sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
10
+ from scripts.base import my_eng
11
+
12
+ # this is the Alembic Config object, which provides
13
+ # access to the values within the .ini file in use.
14
+ config = context.config
15
+
16
+ # Interpret the config file for Python logging.
17
+ # This line sets up loggers basically.
18
+ fileConfig(config.config_file_name)
19
+
20
+ # add your model's MetaData object here
21
+ # for 'autogenerate' support
22
+ # from myapp import mymodel
23
+ # target_metadata = mymodel.Base.metadata
24
+ target_metadata = None
25
+
26
+ # other values from the config, defined by the needs of env.py,
27
+ # can be acquired:
28
+ # my_important_option = config.get_main_option("my_important_option")
29
+ # ... etc.
30
+ def configure_logger(name):
31
+ # This is the standard logging configuration
32
+ logging.config.fileConfig(
33
+ 'alembic_logging.ini', # Path to your logging configuration file
34
+ defaults={
35
+ 'logfilename': 'alembic.log', # Log file name
36
+ },
37
+ disable_existing_loggers=False,
38
+ )
39
+
40
+ return logging.getLogger(name)
41
+
42
+
43
+
44
+ def run_migrations_offline():
45
+ """Run migrations in 'offline' mode."""
46
+ pass
47
+
48
+ def run_migrations_online():
49
+ """Run migrations in 'online' mode."""
50
+ pass
51
+
52
+ if context.is_offline_mode():
53
+ run_migrations_offline()
54
+ else:
55
+ run_migrations_online()
56
+
57
+
58
+ if context.is_offline_mode():
59
+ run_migrations_offline()
60
+ else:
61
+ run_migrations_online()
scripts/base.py CHANGED
@@ -1,30 +1,30 @@
1
- import mysql.connector
2
- from sqlalchemy import create_engine, text
3
- from configparser import ConfigParser
4
- import yaml
5
- import pkg_resources
6
- import os
7
-
8
- # Get the directory of the current script
9
- current_directory = os.path.dirname(os.path.abspath(__file__))
10
-
11
- # Load configuration from the config file
12
- config_file_path = os.path.join(current_directory, 'config.ini')
13
-
14
- config = ConfigParser()
15
- config.read(config_file_path)
16
- mysql_config = config['mysql']
17
-
18
-
19
-
20
- connection_string = (
21
- f"mysql+mysqlconnector://{mysql_config['user']}:{mysql_config['password']}@"
22
- f"{mysql_config['host']}:{mysql_config['port']}/{mysql_config['database']}"
23
- )
24
-
25
- eng = create_engine(
26
- connection_string,
27
- execution_options={"autocommit": True},
28
- )
29
-
1
+ import mysql.connector
2
+ from sqlalchemy import create_engine, text
3
+ from configparser import ConfigParser
4
+ import yaml
5
+ import pkg_resources
6
+ import os
7
+
8
+ # Get the directory of the current script
9
+ current_directory = os.path.dirname(os.path.abspath(__file__))
10
+
11
+ # Load configuration from the config file
12
+ config_file_path = os.path.join(current_directory, 'config.ini')
13
+
14
+ config = ConfigParser()
15
+ config.read(config_file_path)
16
+ mysql_config = config['mysql']
17
+
18
+
19
+
20
+ connection_string = (
21
+ f"mysql+mysqlconnector://{mysql_config['user']}:{mysql_config['password']}@"
22
+ f"{mysql_config['host']}:{mysql_config['port']}/{mysql_config['database']}"
23
+ )
24
+
25
+ eng = create_engine(
26
+ connection_string,
27
+ execution_options={"autocommit": True},
28
+ )
29
+
30
30
  my_eng = eng.connect()
scripts/config.ini CHANGED
@@ -1,6 +1,6 @@
1
- [mysql]
2
- host = localhost
3
- port = 3306
4
- user = ouael
5
- password = ouael
1
+ [mysql]
2
+ host = localhost
3
+ port = 3306
4
+ user = root
5
+ password =
6
6
  database = MEDfl