#查看mysql当前存在的事务,如果存在死锁,则会记录
select * from information_schema.innodb_trx ;

#删除当前事务的死锁进程。
kill trx_mysql_thread_id

相关文章:

  • 2022-01-01
  • 2021-10-08
  • 2021-06-13
  • 2021-06-11
  • 2021-08-12
  • 2022-12-23
  • 2021-04-28
猜你喜欢
  • 2021-09-13
  • 2021-10-20
  • 2021-09-03
  • 2022-02-13
  • 2021-08-04
  • 2021-05-16
相关资源
相似解决方案