数据库区分大小写修改

63 阅读1分钟

vim /etc/my.cnf

修改配置文件添加

lower_case_table_names=1

  1   不区分

  0  区分

默认区分大小写

 

查询是否区分

show variables like '%case%';