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

another formating fix

parent 39ee8b37
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,12 @@ 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.
makes sure that the database connection itself will use the correct settings as well.
Mind that this means you won't be able to use Emoji's in File Metadata. 😭
......
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