有时大写的列名会在 MySQL windows 中转换为小写?

发布于 2024-08-20 02:32:45 字数 106 浏览 7 评论 0原文

就像accountId -> accountid

有人遇到过这种问题吗?

不过,这种情况并不是每天都会发生。

Like accountId -> accountid

Has anyone met this kind of problem?

It doesn't happen every day,though.

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

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

发布评论

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

评论(2

流心雨 2024-08-27 02:32:45

大写是一个配置选项,在 Windows 上默认启用(在 Linux 上禁用)。来自文档

因此,区分大小写
底层操作系统发挥作用
区分大小写的一部分
数据库和表名称。这意味着
数据库名和表名不区分大小写
Windows 中区分大小写
在大多数 Unix 版本中都很敏感。

The capitalization is a configuration option, which is enabled by default on windows (and disabled on linux). From the docs:

Consequently, the case sensitivity of
the underlying operating system plays
a part in the case sensitivity of
database and table names. This means
database and table names are not case
sensitive in Windows, and case
sensitive in most varieties of Unix.

溺渁∝ 2024-08-27 02:32:45

时会发生什么

当你运行 SHOW VARIABLES http://dev.mysql.com/doc/refman/5.1/en/show-variables.html

例如小写表名?

what do have when you run SHOW VARIABLES

http://dev.mysql.com/doc/refman/5.1/en/show-variables.html?

e.g. lower_case_table_names?

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