Regenerate
This commit is contained in:
parent
a460530abf
commit
7545a999f4
|
|
@ -46,9 +46,9 @@ The `docker exec` command allows you to run commands inside a Docker container.
|
|||
|
||||
docker exec -it some-mysql bash
|
||||
|
||||
The MySQL Server log is located at `/var/log/mysql/error.log` inside the container, and the following command line from a shell inside the container will let you inspect it:
|
||||
The MySQL Server log is available through Docker's container log:
|
||||
|
||||
more /var/log/mysql/error.log
|
||||
docker logs some-mysql
|
||||
|
||||
## Using a custom MySQL configuration file
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue