Skip to content

Commit 771e463

Browse files
committed
Update readme to be more accurate
1 parent 391783e commit 771e463

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SpiNNaker-allocserv/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ docker logs -f spalloc-spring-container
2323
### Connecting to docker compose SQL server
2424
You can connect to the spalloc database with:
2525
```
26-
docker exec -it spalloc-mysql-container /usr/bin/mysql -D spalloc -u <SPRING_DATASOURCE_USERNAME> -p
26+
docker exec -it spalloc-mysql-container /usr/bin/mysql -D spalloc -u spalloc -pspalloc
2727
```
28-
replacing the value of ``<SPRING_DATASOURCE_USERNAME>`` with the username in the env file, and followed by entering the value of ``SPRING_DATASOURCE_PASSWORD`` when asked for a password.

0 commit comments

Comments
 (0)