1:找到/etc/my.cnf mysql数据的配置文件,配置参数lower_case_table_names2:lower_case_table_names参数详解: 0:大小写敏感; 1:大小写不敏感3 根据以上解释进行配置4 重启mysql服务 service mysqld restart