1、查找未提交事务

在mysql中运行:

1 select t.trx_mysql_thread_id from information_schema.innodb_trx t

2、删除线程

kill  1569831

相关文章:

  • 2021-08-27
  • 2021-10-04
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2021-12-22
  • 2021-07-23
  • 2022-12-23
相关资源
相似解决方案