Deadlock found when trying to ge
2021-05-18 本文已影响0人
wsj1211
同时新增 或者 更新同一条数据 操作对数据库造成的死锁问题
select * from information_schema.INNODB_TRX
kill 'trx_mysql_thread_id' 杀掉即可
同时新增 或者 更新同一条数据 操作对数据库造成的死锁问题
select * from information_schema.INNODB_TRX
kill 'trx_mysql_thread_id' 杀掉即可