mysql 拋出Lock wait timeout exceeded; try restarting transaction異常

Lock wait timeout exceeded; try restarting transaction是鎖等待超時。是當前事務在等待其它事務釋放鎖資源造成的。 解決方法: 在mysql查詢中執行以下指令 select * from information_schema.innodb_trx kill 109 結果如圖: 找出與其他幾個有參數不同的線程,找出他的線程號trx_mysql_thr
相關文章
相關標籤/搜索