Add MySQL setup and initial data scripts

- Created a Docker Compose file to set up a MySQL container named M2_SQL_COURSE with an empty password and a database named TP.
- Added a Makefile with a target to execute a SQL script (TP1.sql) inside the MySQL container and log the output.
- Implemented the TP1.sql script to create tables for Magasin and Localite, insert initial data, and perform several queries.
This commit is contained in:
2025-09-25 09:31:10 +02:00
parent 2768bcb565
commit 0d00de44e8
4 changed files with 219 additions and 1434 deletions

File diff suppressed because it is too large Load Diff