1、修改配置文件
vim /etc/my.cnf
在[mysqld]节点下,加入一行:
lower_case_table_names=1
2、重启数据库服务
service mysqld restart
没有启动服务时
service mysqld start
原文地址:https://www.cnblogs.com/pxblog/p/12368220.html
时间: 2024-11-05 18:40:56
1、修改配置文件
vim /etc/my.cnf
在[mysqld]节点下,加入一行:
lower_case_table_names=1
2、重启数据库服务
service mysqld restart
没有启动服务时
service mysqld start
原文地址:https://www.cnblogs.com/pxblog/p/12368220.html