有时大写的列名会在 MySQL windows 中转换为小写?
就像accountId
-> accountid
有人遇到过这种问题吗?
不过,这种情况并不是每天都会发生。
Like accountId
-> accountid
Has anyone met this kind of problem?
It doesn't happen every day,though.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大写是一个配置选项,在 Windows 上默认启用(在 Linux 上禁用)。来自文档:
The capitalization is a configuration option, which is enabled by default on windows (and disabled on linux). From the docs:
时会发生什么
当你运行
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?