[root@shoes ~]# which mysqld
/usr/sbin/mysqld
[root@shoes ~]# /usr/sbin/mysqld --verbose --help |grep -A 1 'Default options'
2021-07-14 14:09:48 0 [Note] /usr/sbin/mysqld (mysqld 5.6.51) starting as process 51343 ...
2021-07-14 14:09:48 51343 [Note] Plugin 'FEDERATED' is disabled.
Default options are read from the following files in the given order:默认的选项是按照给定的顺序读取从以下文件
/etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~/.my.cnf
2021-07-14 14:09:48 51343 [Note] Binlog end
2021-07-14 14:09:48 51343 [Note] Shutting down plugin 'MyISAM'
2021-07-14 14:09:48 51343 [Note] Shutting down plugin 'CSV'
[root@shoes ~]# vim /etc/my.cnf
[root@shoes ~]#
[root@shoes ~]# systemctl restart mysqld.service
[root@shoes ~]#
我主要是往配置文件加入lower_case_table_names=1,区分大小写