MySQL:表名大小写敏感

来自WHY42

mysql(包括mariadb)在Linux下默认表名是大小写敏感的,需要修改一下/etc/my.cnf:

[mysqld]
lower_case_table_names = 1