Laze

If I rest I rust !

  博客园  :: 首页  :: 新随笔  ::  ::  :: 管理

修改mysql为不区分大小写设置:

[root@test-huanqiu ~]# vim /etc/my.cnf //添加下面一行设置
....
[mysqld]
lower_case_table_names=1
.....

[root@test-huanqiu ~]# /etc/init.d/mysql restart //重启mysql

 

 

posted on 2018-02-07 15:14  CollinTsui  阅读(4356)  评论(0编辑  收藏  举报