【MySQL】

org.springframework.dao.CannotAcquireLockException: PreparedStatementCallback;
Lock wait timeout exceeded; try restarting transaction; nested exception is java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
SELECT * FROM INFORMATION_SCHEMA.INNODB_LOCK_WAITS;

select * from information_schema.innodb_trx;
posted @ 2018-09-25 17:25  WriteOnRead  阅读(109)  评论(0编辑  收藏  举报