Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
set name 'utf8'在 SQL 选择查询中默认使用有什么不好的影响吗?
set name 'utf8'
排序规则和 SET 名称可能对您的项目没有那么大的影响,但这并不意味着您不应该为整个数据库遵循标准的排序规则方法。如果您可以使用标准的排序规则值,我更喜欢,这对您来说会少一些麻烦。
我会说我所知道的没有坏影响,但在输入的内容方面会更加容忍输入,这可能是一件坏事,但据我所知,这是一件好事。