Skip to content
Snippets Groups Projects
Commit 77767e9d authored by Christian Pointner's avatar Christian Pointner
Browse files

and another one

parent 9300f4eb
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment