2018年10月26日

Error updating database. Cause:java.sql.SQLException: Lock wait timeout exceeded; try restartingtransaction

摘要: select * from information_schema.innodb_trx查看 trx_mysql_thread_id show processlist kill 100070; 引起的问题:并发下spring事务造成了死锁。 为什么会造成死锁呢? start transaction;u 阅读全文

posted @ 2018-10-26 18:57 一个很帅的男人 阅读(2065) 评论(0) 推荐(0)

导航