From 21fbd5087d526dfedfa289a6d5cc90e9cb4d64b7 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 23 Jan 2018 18:19:52 +0100 Subject: [PATCH] Possible fix for #449 --- static/new_etc_mycnf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/static/new_etc_mycnf.sh b/static/new_etc_mycnf.sh index 88ce9523..49466986 100644 --- a/static/new_etc_mycnf.sh +++ b/static/new_etc_mycnf.sh @@ -62,6 +62,7 @@ tmpdir = /tmp lc_messages_dir = /usr/share/mysql lc_messages = en_US skip-external-locking +transaction-isolation = READ-COMMITTED # # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure.