摘要: 1、在mysql中数据库information_schema中查询以下三张表: select * from innodb_trx; ## 当前运行的所有事务 select * from innodb_locks; ## 当前出现的锁 select * from innodb_lock_waits; 阅读全文
posted @ 2021-08-19 10:31 beawh 阅读(424) 评论(0) 推荐(0) 编辑