Skip to content

Commit

Permalink
Merge pull request #357 from computamike/patch-4
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
edent authored Aug 3, 2023
2 parents 37de2dc + 15f5d43 commit 0cb09e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ Now set up the database using the files in the database directory.

```
cd /path/to/where/you/put/the/repo/openbenches/database
mysql -u openbenches -pbadpassword -D openbenc_benches < openbenc_benches_database.sql
for f in openbenc_benches_table_*;do mysql -u openbenches -pbadpassword -D openbenc_benches < "${f}";done
mysql -u openbenches -pbadpassword -D openbenc_benches < openbenc_benches_extra.sql
mysql -u openbenches -pbadpassword -D openbenc_benches --default-character-set=utf8mb4 < openbenc_benches_database.sql
for f in openbenc_benches_table_*;do mysql -u openbenches -pbadpassword -D openbenc_benches --default-character-set=utf8mb4 < "${f}";done
mysql -u openbenches -pbadpassword -D openbenc_benches --default-character-set=utf8mb4 < openbenc_benches_extra.sql
```

You should now be able to get some information about a bench from the database
Expand Down

0 comments on commit 0cb09e3

Please sign in to comment.