6754 发表于 2017-9-20 10:17:22

如何将MySQL从Windows迁移到Linux


[*]表名问题


lower_case_file_system
System VariableNamelower_case_file_system
Variable ScopeGlobal
Dynamic VariableNo
Permitted ValuesTypeboolean
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

mayiwen123456 发表于 2017-9-20 10:27:20

呵呵
页: [1]
查看完整版本: 如何将MySQL从Windows迁移到Linux