You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers/install
wxiaoguang ce46834b93
Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413)
In modern days, there is no reason to make users set "charset" anymore.

Close #25378

## ⚠️ 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.
1 year ago
..
install.go Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) 1 year ago
routes.go Fix install page context, make the install page tests really test (#24858) 1 year ago
routes_test.go Fix install page context, make the install page tests really test (#24858) 1 year ago