mysql 锁表查询及其处理

时间:2022-11-30 00:02:56

1.show OPEN TABLES where In_use > 0;

2.show processlist;

3.kill thread_id;

其中 thread_id为processlist的ID