From 39ee8b374a3a65bc8e675e5e26d47d8f2f20fff8 Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@helsinki.at> Date: Wed, 13 Mar 2019 22:27:19 +0100 Subject: [PATCH] formatting improvment --- contrib/mariadb-stretch-err1071.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/mariadb-stretch-err1071.md b/contrib/mariadb-stretch-err1071.md index d7f2912..8bff803 100644 --- a/contrib/mariadb-stretch-err1071.md +++ b/contrib/mariadb-stretch-err1071.md @@ -17,9 +17,11 @@ There are several possible workarounds for the problem: * Use `utf8` (not `utf8mb4`). Either by setting `store.db.Charset` to `utf8` or by creating the database using this command: + ```mysql create database tank CHARACTER SET utf8 COLLATE utf8_general_ci; ``` + Setting the character set using the daemon configuration is preferred because this also sets makes sure that the database connection itself will use the correct settings as well. -- GitLab