mysql DDL时锁表的排查

来源:这里教程网 时间:2026-03-01 15:56:25 作者:

select id,USER,USER,time,left(info,10),state from information_schema.processlist where state like '%Waiting for %' order by time desc ;

相关推荐