select * from information_schema.INNODB_TRX;
show full processlist;//找出目前连接的列表
kill ID//根据ID kill掉

相关文章:

  • 2022-12-23
  • 2022-01-18
  • 2021-07-27
  • 2021-08-21
  • 2022-12-23
  • 2022-02-12
猜你喜欢
  • 2022-12-23
  • 2021-10-08
  • 2021-08-04
  • 2022-12-23
  • 2021-11-09
  • 2021-08-23
相关资源
相似解决方案