mysql:在数据库级别设置字符集和排序规则

发布于 2024-11-07 08:18:14 字数 122 浏览 2 评论 0原文

我想将字符集和排序规则设置为数据库,以便任何未指定排序规则创建的新表都将具有此排序规则。

我听说这是可能的。是吗? 是否可以通过代码或仅通过配置文件来完成? 如果可以通过代码实现,如何实现?

谢谢

I'd like to set charset and collation to the db, such that any new table created with no collation specified will have this collation.

I heard it's possible. Is it?
Is it possible to do it by means of code or only from configuration files?
If it is possible by means of code, how?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苦妄 2024-11-14 08:18:14
[client]
default-character-set=charset_name

http://dev.mysql.com/doc/refman/5.0 /en/charset-configuration.html

要处理代码,我相信您只需确保在应用程序加载开始时设置字符集(我认为这不是您的答案)正在寻找)。

[client]
default-character-set=charset_name

http://dev.mysql.com/doc/refman/5.0/en/charset-configuration.html

To do with code, I believe you would just have to make sure to set the character set at the beginning of your application loads (which I don't think is the answer you're looking for).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文