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

https://blog.csdn.net/qq_36582604/article/details/80526287

原文地址:https://www.cnblogs.com/veryvalley/p/10683318.html