From 77767e9dc335a6a9ba6305285b3d3f6915a10088 Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@helsinki.at> Date: Wed, 13 Mar 2019 22:29:05 +0100 Subject: [PATCH] and another one --- contrib/mariadb-stretch-err1071.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mariadb-stretch-err1071.md b/contrib/mariadb-stretch-err1071.md index af20b05..fd90b68 100644 --- a/contrib/mariadb-stretch-err1071.md +++ b/contrib/mariadb-stretch-err1071.md @@ -17,10 +17,10 @@ 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 makes sure that the database connection itself will use the correct settings as well. -- GitLab