From 7ea23371aa20ea830dcdb36b90e4e7e68054fd06 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 13 Jul 2023 19:27:29 -0700 Subject: [PATCH] mention innodb_rollback_on_timeout=1 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c7ada706..bd72948d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ Run more tests: RUST_LOG=web3_proxy=trace,info cargo nextest run --features tests-needing-docker ``` +## Mysql + +Be sure to set `innodb_rollback_on_timeout=1` + ## Common commands Create a user: