mysql常用配置
修改mysql默认配置一般在/etc/my.cnf 中修改
1 !includedir /etc/my.cnf.d 2 [mysqld] 3 character_set_server=utf8 #修改默认编码格式 4 lower_case_table_names=1 #大小写不敏感
centos 7 安装mysql
修改mysql默认配置一般在/etc/my.cnf 中修改
1 !includedir /etc/my.cnf.d 2 [mysqld] 3 character_set_server=utf8 #修改默认编码格式 4 lower_case_table_names=1 #大小写不敏感
centos 7 安装mysql