53 mysql怎么设置表名忽略大小写 2023-12-24 本文已影响0人 滔滔逐浪 1、用root登录,修改 /etc/my.cnf; 2、在[mysqld]节点下,加入一行: lower_case_table_names=1 3、重启MySQL即可;