MYSQL设置不区分大小写

找到mysql的配置文件,编辑

vi /etc/my.cnf

在[mysqld]下添加一行

lower_case_table_names=1

原文地址:https://www.cnblogs.com/azhqiang/p/13220084.html