标签:ja
mysql的静态参数比较特殊,必须要重启才能设置,所有有必要记录一下比较重要的静态参数:
log_slave_updates
back_log
log_bin
lower_case_table_names
参考:
https://dev.mysql.com/doc/refman/5.7/en/server-system-variable-reference.html
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html
mysql参数:https://www.cnblogs.com/xiangerfer/p/6599251.html
标签:ja
原文地址:http://blog.51cto.com/395469372/2115247