changed mysql zu mariadb

This commit is contained in:
Kevin Veen-Birkenbach 2024-04-03 20:39:22 +02:00
parent cc77575b1e
commit d7afa04bf3

View File

@ -25,7 +25,7 @@ Configure the role by setting the required variables. These can be set in the pl
## Execute SQL commands ## Execute SQL commands
```bash ```bash
docker exec -it central-mariadb mysql -u root -p docker exec -it central-mariadb mariadb -u root -p
``` ```
## Contributing ## Contributing