Skip to content

Commit 2f7c2fd

Browse files
committed
docs(readme): mention MySQL REPL
1 parent 41de02a commit 2f7c2fd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ docker compose up --build -d
5757

5858
## Troubleshooting
5959

60+
### MySQL
61+
62+
To open a REPL to the database, run the `mysql` CLI in the jquerydb container. Make sure to include the `-i` and `-t` opens to connect your own shell to the shell in the container.
63+
64+
```
65+
docker exec -it jquerydb mysql -u root -proot
66+
```
67+
6068
### Ports
6169

6270
If you already use port 9412 on your host, you can create a `.env` file in this directory and set the following environment variable with a port number of your own choosing:

0 commit comments

Comments
 (0)