changed mysql zu mariadb

This commit is contained in:
Kevin Veen-Birkenbach 2024-04-03 20:39:22 +02:00
parent cc77575b1e
commit d7afa04bf3
1 changed files with 1 additions and 1 deletions

View File

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