SELECT * FROM information_schema.innodb_trx WHERE trx_state = ‘RUNNING’;
KILL trx_mysql_thread_id;
mysql 解决行级锁
最新推荐文章于 2025-01-08 11:46:48 发布
SELECT * FROM information_schema.innodb_trx WHERE trx_state = ‘RUNNING’;
KILL trx_mysql_thread_id;