1、修改配置文件
vim /etc/my.cnf
在[mysqld]节点下,加入一行:
lower_case_table_names=1
2、重启数据库服务
service mysqld restart
没有启动服务时
service mysqld start