1.路径:/etc/mysql/mysql.conf.d
2.[mysqld]
标签下方添加
lower_case_table_names=1
3.重启mysql,使用命令:/etc/init.d/mysql restart