1.编辑/etc/my.cnf文件,在[mysqld]节点最后加入以下内容,并保存退出 lower_case_table_names=1 2.重启mysql服务即可 service mysqld restart