1、修改 /etc/my.cnf配置文件 vim /etc/my.cnf 2、在[mysqld]下,加入一行参数 lower_case_table_names=1 3、重启MySQL即可 systemctl restart mysql