Fix Mysql::Error: Lock Wait Timeout Exceeded; Try Restarting Transaction Deadlocks In Your Rails Tests

Posted By Weston Ganger

If you are constantly recieving errors about Mysql::Error: Lock wait timeout exceeded you may have a dangling transaction.

To check your current active MySQL connection do:

mysql> kill 3;

Related External Links:

Article Topic:Software Development - Ruby / Rails

Date:December 06, 2016