ubuntu中mysql5.7表名区分大小写解决方案

在/etc/mysql/mysql.conf.d/mysqld.cnf

添加lower_case_table_names=1

原文地址:https://www.cnblogs.com/zhqBlog/p/6849171.html