mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
changed mysql zu mariadb
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user