Skip to content

Commit a9902f3

Browse files
committed
Bump mysql version from 5.7 to 8
5.7 won't start on arm64 architecture
1 parent d425749 commit a9902f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ script instead of `bench/bench_helper.exs`.
3838
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.
3939

4040
```
41-
docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.7
41+
docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:8
4242
docker run -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres:13.2
4343
```

0 commit comments

Comments
 (0)