any issues still running char tables in utf8 after PR 3568 ? #3577
Answered
by
zach2good
kaincenteno
asked this question in
Q&A
-
all tables moved to utf8mb4 in https://github.com/LandSandBoat/server/pull/3568/files |
Beta Was this translation helpful? Give feedback.
Answered by
zach2good
Feb 9, 2023
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kaincenteno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're not already facing client and server crashes due to bad charsets or collation settings, you don't need to do anything. This change was to safeguard against people who somehow manage to set up their DB wrong.
I've made the Windows instructions very very clear:
But I don't know if the Linux steps need similar clarification. Though, we've never had these sorts of issues reported on Linux, so probably not.
EDIT: These crashes were specific to non-ascii NPC names, and npc_list isn't protected so there's no need for a migration