MySQL case sensitivity table name on MacOS with case insensitive file system

前端 未结 7 990
梦如初夏
梦如初夏 2021-01-19 11:55

I have researched a lot and what I understand to make database tables name sensitive, you have to set the variable lower_case_table_names=0. Im on osX. I did this change in

7条回答
  •  滥情空心
    2021-01-19 12:25

    mysql manual states:

    If you plan to set the lower_case_table_names system variable to 1 on Unix, you must first convert your old database and table names to lowercase before stopping mysqld and restarting it with the new variable setting.

提交回复
热议问题