mysql 查询、处理行锁

60 阅读1分钟

可以查询被锁的事务 SELECT * FROM information_schema.innodb_trx t

trx_mysql_thread_id 进程号

kill 进程号 就可以解锁