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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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