From 3100931c1c45981e3bd67886a56bb0779af6c3ed Mon Sep 17 00:00:00 2001 From: Marc Gauch Date: Fri, 23 Sep 2022 15:20:40 +0200 Subject: [PATCH] Update README.md --- phpmyadmin/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpmyadmin/README.md b/phpmyadmin/README.md index 050166f..a1b24d7 100644 --- a/phpmyadmin/README.md +++ b/phpmyadmin/README.md @@ -6,8 +6,8 @@ docker-compose -f phpmyadmin.yml up if this doesn't work: install [docker](https://docs.docker.com/get-docker/) first and retry then go to http://localhost:8081 and sign in with -database: db -username: root -password: 1234 +database: db +username: root +password: 1234 Then go to http://localhost:8081/index.php?route=/server/sql and paste the sql commands \ No newline at end of file