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

posted @ 2019-04-10 14:41  veryvalley  阅读(105)  评论(0编辑  收藏  举报