mysql 设置 innodb_print_all_deadlocks=ON, 保存死锁日志

Posted 风来了

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 设置 innodb_print_all_deadlocks=ON, 保存死锁日志相关的知识,希望对你有一定的参考价值。

Introduced 5.6.2
Command-Line Format --innodb-print-all-deadlocks=#
System Variable Name innodb_print_all_deadlocks
Scope Global
Dynamic Yes
Permitted Values Type boolean
Default OFF

When this option is enabled, information about all deadlocks in InnoDB user transactions is recorded in the mysqld error log. Otherwise, you see information about only the last deadlock, using the SHOW ENGINE INNODB STATUS command. 

 

打开配置时,死锁日志存放到error_log配置的文件里面

以上是关于mysql 设置 innodb_print_all_deadlocks=ON, 保存死锁日志的主要内容,如果未能解决你的问题,请参考以下文章

mysql sql怎么设置编码

mysql怎么设置超时时间

如何设置mysql远程访问及防火墙设置

mysql的设置主键自增

mysql中怎么设置某字段为当前时间

mysql编译安装时如何非交互式设置密码