表名问题
| System Variable | Name | lower_case_file_system | |
| Variable Scope | Global | ||
| Dynamic Variable | No | ||
| Permitted Values | Type | boolean | |
This variable describes the case sensitivity of file names on the file system where the data directory is located. OFF means file names are case sensitive, ON means they are not case sensitive. This variable is read only because it reflects a file system attribute and setting it would have no effect on the file system.
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_lower_case_table_names
转载于:https://blog.51cto.com/l0vesql/1966567
本文介绍了 MySQL 中 lower_case_file_system 变量的作用,该变量决定了数据目录所在文件系统的文件名大小写敏感性。当设置为 OFF 时,文件名区分大小写;设置为 ON 时,则不区分大小写。此变量只读,反映文件系统属性。

被折叠的 条评论
为什么被折叠?



