mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-01 23:04:15 +02:00
6 lines
104 B
Markdown
6 lines
104 B
Markdown
# Administration
|
|
|
|
## Execute SQL commands
|
|
```bash
|
|
docker exec -it central-mariadb mariadb -u root -p
|
|
``` |