How to force case sensitive table names?

前端 未结 6 1791
花落未央
花落未央 2020-11-30 03:15

I\'m working on a MySQL database in windows.

I must move it into a Linux environment. MySQL database contains a lot of tables and stored procedures which are CASE

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 03:48

    On windows put lower_case_table_names=2 at the end of file C:\ProgramData\MySQL\MySQL Server 5.7\my.ini

提交回复
热议问题