# Administration ## Execute SQL commands ```bash # Assume the container name is mariadb docker exec -it mariadb mariadb -u root -p ```