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

formatting improvment

parent a1038940
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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