0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-23 00:40:24 +01:00
forgejo/custom/conf
wxiaoguang ce46834b93
Remove "CHARSET" config option for MySQL, always use "utf8mb4" ()
In modern days, there is no reason to make users set "charset" anymore.

Close 

## ⚠️ BREAKING

The key `[database].CHARSET` was removed completely as every newer
(>10years) MySQL database supports `utf8mb4` already.
There is a (deliberately) undocumented new fallback option if anyone
still needs to use it, but we don't recommend using it as it simply
causes problems.
2023-06-21 10:49:25 +00:00
..
app.example.ini Remove "CHARSET" config option for MySQL, always use "utf8mb4" () 2023-06-21 10:49:25 +00:00