6 lines
123 B
Markdown

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