mysql查詢表死鎖和結束死鎖的方法

1、查詢是否鎖表 show open tables where in_use>0; 2、查詢進程 show processlist 查詢到相對應的進程,而後 kill id 3、查看正在鎖的事務 select * from information_schema.innodb_locks; 4、查看等待鎖的事務 select * from information_schema.inno
相關文章
相關標籤/搜索