MySQL新参数log_error_verbosity
在介绍这个参数前,我们先聊聊参数log_warnings。我们知道MySQL中,其中log_error是定义是否启用错误日志的功能和错误日志的存储位置,log_warnings是定义是否将告警信息(warning messages)也写入错误日志。此选项默认启用,具体来说:
log_warnings 为0, 表示不记录告警信息。
log_warnings 为1, 表示告警信息写入错误日志。
log_warnings 大于1, 表示各类告警信息,例如有关网络故障的信息和重新连接信息写入错误日志。
注意,此参数在不同版本略有差别,在MySQL 5.6中,log_warnings的默认值为1,如下所示:
Property | Value |
Command-Line Format | --log-warnings[=#] |
System Variable | |
Scope (>= 5.6.4) | Global |
Scope (<= 5.6.3) | Global, Session |
Dynamic | Yes |
Type (64-bit platforms) | integer |
Type (32-bit platforms) | integer |
Default Value (64-bit platforms) | 1 |
Default Value (32-bit platforms) | 1 |
Minimum Value (64-bit platforms) | 0 |
Minimum Value (32-bit platforms) | 0 |
Maximum Value (64-bit platforms) | 18446744073709551615 |
Maximum Value (32-bit platforms) | 4294967295 |
在MySQL 5.7中,有些版本默认值为2,有些版本默认值为1, 具体参考官方文档信息,如下所示:
Property | Value |
Command-Line Format | --log-warnings[=#] |
Deprecated | 5.7.2 |
System Variable | |
Scope | Global |
Dynamic | Yes |
Type (64-bit platforms) | integer |
Type (32-bit platforms) | integer |
Default Value (64-bit platforms, >= 5.7.2) | 2 |
Default Value (64-bit platforms, <= 5.7.1) | 1 |
版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。
|
上一篇: 爆逗动物口才好啊
下一篇: 煮虾怎么做好吃,煮虾前虾线一定要去掉
发表评论