数据库区分大小写修改 samRsa 2023-04-07 63 阅读1分钟 vim /etc/my.cnf 修改配置文件添加 lower_case_table_names=1 1 不区分 0 区分 默认区分大小写 查询是否区分 show variables like '%case%';