mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 07:15:43 +02:00
6 lines
123 B
Markdown
6 lines
123 B
Markdown
# Administration
|
|
|
|
## Execute SQL commands
|
|
```bash
|
|
docker exec -it {{applications.mariadb.hostname }} mariadb -u root -p
|
|
``` |