6 lines
126 B
Markdown

# Administration
## Execute SQL commands
```bash
docker exec -it {{applications['mariadb'].hostname }} mariadb -u root -p
```