如何让mysql不区分表名大小写
1、用root登录,修改 /etc/my.cnf
2、在[mysqld]节点下,加入一行: lower_case_table_names=1
3、重启MySQL : service mysql restart