千家信息网

如何将MySQL从Windows迁移到Linux

发表于:2025-01-21 作者:千家信息网编辑
千家信息网最后更新 2025年01月21日,表名问题lower_case_file_systemSystem VariableNamelower_case_file_systemVariable ScopeGlobalDynamic Varia
千家信息网最后更新 2025年01月21日如何将MySQL从Windows迁移到Linux
  1. 表名问题

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


0