mysql 锁表解决

show open tables where in_use > 0;
SELECT trx_mysql_thread_id FROM information_schema.innodb_trx ORDER BY trx_started;
kill 89909;
show open tables where in_use > 0;
posted @ 2025-07-25 15:56  芃-芃  阅读(3)  评论(0)    收藏  举报