Skip to content

Commit

Permalink
Bump mysql version from 5.7 to 8
Browse files Browse the repository at this point in the history
5.7 won't start on arm64 architecture
  • Loading branch information
gmile committed May 3, 2024
1 parent d425749 commit a9902f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ script instead of `bench/bench_helper.exs`.
The easiest way to setup mysql and postgresql for the benchmarks is via Docker. Run the following commands to get an instance of each running.

```
docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.7
docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:8
docker run -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres:13.2
```

0 comments on commit a9902f3

Please sign in to comment.