I itstuff Member Aug 2, 2019 #1 hello am keep getting server error log of this. Server error logs Clear MySQL query error [1213]: Deadlock found when trying to get lock; try restarting transaction Today at 7:46 AM src/XF/Db/AbstractStatement.php:217 how to fix it?
hello am keep getting server error log of this. Server error logs Clear MySQL query error [1213]: Deadlock found when trying to get lock; try restarting transaction Today at 7:46 AM src/XF/Db/AbstractStatement.php:217 how to fix it?
Ozzy47 Well-known member Aug 2, 2019 #2 Deadlocks happen, and possibly more likely when it comes to multiple processes. You should be able to continue but if the deadlocks happen frequently you may need to reduce the number of processes. Upvote 0 Downvote
Deadlocks happen, and possibly more likely when it comes to multiple processes. You should be able to continue but if the deadlocks happen frequently you may need to reduce the number of processes.