Update README.MD

This commit is contained in:
Thies Mueller
2021-01-08 17:23:51 +01:00
committed by GitHub
parent 3fcdcd1342
commit 055cc5a257

View File

@@ -52,5 +52,5 @@ Test if you were successfull with:
```````
Import the empty database like this:
`````
# mysql -u usertable --password=password < usertable.sql
# mysql -u usertable --password=password usertable < usertable.sql
```````