修改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.youkuaiyun.com/qq_36582604/article/details/80526287
修改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.youkuaiyun.com/qq_36582604/article/details/80526287
转载于:https://www.cnblogs.com/veryvalley/p/10683318.html